fix: correct path for stardust-xr-fusion dependency in Cargo.toml; remove outdated source URLs from Cargo.lock

This commit is contained in:
MayaTheShy
2025-11-08 14:40:52 -05:00
parent 2f1be10c37
commit db268f319d
2 changed files with 1 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"] }
path = "../third_party/asteroids"
[dependencies.stardust-xr-fusion]
path = "../third_party/core"
path = "../third_party/core/fusion"
[features]
# Feature enabling real StardustXR integration when crates are present.