refactor(scenegraph): use RcCell<Node> instead of Rc<RefCell<Node>>
This commit is contained in:
@@ -10,6 +10,7 @@ libstardustxr = {path = "../libstardustxr-rs"}
|
||||
anyhow = "1.0.57"
|
||||
ctrlc = "3.2.2"
|
||||
mio = {version = "0.8.3", features = ["net", "os-poll", "os-ext"]}
|
||||
rccell = "0.1.3"
|
||||
slab = "0.4.6"
|
||||
thiserror = "1.0.31"
|
||||
vek = "0.15.8"
|
||||
|
||||
Reference in New Issue
Block a user