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 4b7e29a458
commit 1a00b0a911
2 changed files with 3 additions and 1 deletions

1
bridge/Cargo.lock generated
View File

@@ -2419,6 +2419,7 @@ dependencies = [
[[package]]
name = "stardust-xr-asteroids"
version = "2.0.0"
source = "git+https://github.com/StardustXR/asteroids.git?branch=dev#38ec7d047076626396f6d5cde56ee8ff19eda8ee"
dependencies = [
"bumpalo",
"derive-where",

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"