fix: update stardust-xr-fusion and stardust-xr-molecules dependencies to use git sources

This commit is contained in:
MayaTheShy
2025-11-08 21:01:38 -05:00
parent b9226b505b
commit f2becd8ef3
2 changed files with 12 additions and 91 deletions

View File

@@ -19,10 +19,12 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
path = "../third_party/asteroids"
[dependencies.stardust-xr-fusion]
path = "../third_party/core/fusion"
git = "https://github.com/StardustXR/core.git"
branch = "dev"
[dependencies.stardust-xr-molecules]
path = "../third_party/molecules"
git = "https://github.com/StardustXR/molecules.git"
branch = "dev"
[features]
# Feature enabling real StardustXR integration when crates are present.