fix: update stardust-xr-asteroids dependency to use git source from GitHub

This commit is contained in:
MayaTheShy
2025-11-08 22:31:04 -05:00
parent 25ee09a60f
commit 4bdecc600a
2 changed files with 3 additions and 1 deletions

View File

@@ -16,7 +16,8 @@ serde = { version = "1.0", features = ["derive"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[dependencies.stardust-xr-asteroids]
path = "../third_party/asteroids"
git = "https://github.com/StardustXR/asteroids.git"
branch = "dev"
[dependencies.stardust-xr-fusion]
git = "https://github.com/StardustXR/core.git"