modular protostar

This commit is contained in:
Nova
2023-05-11 00:17:13 -04:00
parent 307df9829f
commit d41e34d746
12 changed files with 2345 additions and 458 deletions

View File

@@ -20,8 +20,8 @@ nix = "0.26.1"
regex = "1.7.1"
resvg = "0.29.0"
rustc-hash = "1.1.0"
stardust-xr-fusion = "0.39.2"
stardust-xr-molecules = "0.24.0"
stardust-xr-fusion = "0.40.2"
stardust-xr-molecules = "0.24.3"
tokio = { version = "1.24.1", features = ["full"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tween = "2.0.0"
@@ -29,4 +29,7 @@ ustr = "0.9.0"
walkdir = "2.3.2"
[dev-dependencies]
tempdir = "0.3.7"
tempdir = "0.3.7"
[patch.crates-io.stardust-xr-fusion]
path = "../../core/fusion"