feat: basic scenegraph, node, and spatial

This commit is contained in:
Nova
2022-05-16 14:19:08 -04:00
parent 888e60b8a2
commit cbfd4c13c2
10 changed files with 197 additions and 7 deletions

View File

@@ -8,5 +8,7 @@ version = "0.9.0"
[dependencies]
libstardustxr = {path = "../libstardustxr-rs"}
anyhow = "1.0.57"
ctrlc = "3.2.2"
mio = {version = "0.8.3", features = ["net", "os-poll", "os-ext"]}
slab = "0.4.6"
slab = "0.4.6"
thiserror = "1.0.31"