refactor(node): return weak reference and store Rc in scenegraph

This commit is contained in:
Nova
2022-05-17 02:35:44 -04:00
parent a736fb503e
commit 52565cd381
4 changed files with 45 additions and 38 deletions

View File

@@ -12,3 +12,4 @@ ctrlc = "3.2.2"
mio = {version = "0.8.3", features = ["net", "os-poll", "os-ext"]}
slab = "0.4.6"
thiserror = "1.0.31"
vek = "0.15.8"