fix: update stardust-xr-fusion and stardust-xr-molecules dependencies to use git sources
This commit is contained in:
97
bridge/Cargo.lock
generated
97
bridge/Cargo.lock
generated
@@ -2397,24 +2397,6 @@ version = "1.2.1"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "stardust-xr"
|
|
||||||
version = "0.45.0"
|
|
||||||
dependencies = [
|
|
||||||
"color-eyre",
|
|
||||||
"dirs",
|
|
||||||
"global_counter",
|
|
||||||
"mint",
|
|
||||||
"nix 0.27.1",
|
|
||||||
"rustc-hash",
|
|
||||||
"serde",
|
|
||||||
"shiva-color-rs",
|
|
||||||
"stardust-xr-schemas 1.5.3",
|
|
||||||
"thiserror 2.0.17",
|
|
||||||
"tokio",
|
|
||||||
"tracing",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "stardust-xr"
|
name = "stardust-xr"
|
||||||
version = "0.45.0"
|
version = "0.45.0"
|
||||||
@@ -2428,7 +2410,7 @@ dependencies = [
|
|||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"serde",
|
"serde",
|
||||||
"shiva-color-rs",
|
"shiva-color-rs",
|
||||||
"stardust-xr-schemas 1.5.3 (git+https://github.com/StardustXR/core.git?branch=dev)",
|
"stardust-xr-schemas",
|
||||||
"thiserror 2.0.17",
|
"thiserror 2.0.17",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tracing",
|
"tracing",
|
||||||
@@ -2453,33 +2435,8 @@ dependencies = [
|
|||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"serde",
|
"serde",
|
||||||
"shiva-color-rs",
|
"shiva-color-rs",
|
||||||
"stardust-xr-fusion 0.45.0 (git+https://github.com/StardustXR/core.git?branch=dev)",
|
"stardust-xr-fusion",
|
||||||
"stardust-xr-molecules 0.45.0 (git+https://github.com/StardustXR/molecules.git?branch=dev)",
|
"stardust-xr-molecules",
|
||||||
"tokio",
|
|
||||||
"tracing",
|
|
||||||
"zbus",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "stardust-xr-fusion"
|
|
||||||
version = "0.45.0"
|
|
||||||
dependencies = [
|
|
||||||
"clap",
|
|
||||||
"color-eyre",
|
|
||||||
"convert_case",
|
|
||||||
"glam 0.30.9",
|
|
||||||
"global_counter",
|
|
||||||
"parking_lot 0.12.5",
|
|
||||||
"prettyplease",
|
|
||||||
"proc-macro2",
|
|
||||||
"quote",
|
|
||||||
"rustc-hash",
|
|
||||||
"serde",
|
|
||||||
"serde_repr",
|
|
||||||
"stardust-xr 0.45.0",
|
|
||||||
"stardust-xr-schemas 1.5.3",
|
|
||||||
"syn 2.0.109",
|
|
||||||
"thiserror 2.0.17",
|
|
||||||
"tokio",
|
"tokio",
|
||||||
"tracing",
|
"tracing",
|
||||||
"zbus",
|
"zbus",
|
||||||
@@ -2502,8 +2459,8 @@ dependencies = [
|
|||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_repr",
|
"serde_repr",
|
||||||
"stardust-xr 0.45.0 (git+https://github.com/StardustXR/core.git?branch=dev)",
|
"stardust-xr",
|
||||||
"stardust-xr-schemas 1.5.3 (git+https://github.com/StardustXR/core.git?branch=dev)",
|
"stardust-xr-schemas",
|
||||||
"syn 2.0.109",
|
"syn 2.0.109",
|
||||||
"thiserror 2.0.17",
|
"thiserror 2.0.17",
|
||||||
"tokio",
|
"tokio",
|
||||||
@@ -2511,24 +2468,6 @@ dependencies = [
|
|||||||
"zbus",
|
"zbus",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "stardust-xr-molecules"
|
|
||||||
version = "0.45.0"
|
|
||||||
dependencies = [
|
|
||||||
"ashpd",
|
|
||||||
"futures-util",
|
|
||||||
"glam 0.30.9",
|
|
||||||
"lazy_static",
|
|
||||||
"lerp",
|
|
||||||
"map-range",
|
|
||||||
"rustc-hash",
|
|
||||||
"serde",
|
|
||||||
"stardust-xr-fusion 0.45.0",
|
|
||||||
"tokio",
|
|
||||||
"tracing",
|
|
||||||
"zbus",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "stardust-xr-molecules"
|
name = "stardust-xr-molecules"
|
||||||
version = "0.45.0"
|
version = "0.45.0"
|
||||||
@@ -2542,32 +2481,12 @@ dependencies = [
|
|||||||
"map-range",
|
"map-range",
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"serde",
|
"serde",
|
||||||
"stardust-xr-fusion 0.45.0 (git+https://github.com/StardustXR/core.git?branch=dev)",
|
"stardust-xr-fusion",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tracing",
|
"tracing",
|
||||||
"zbus",
|
"zbus",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "stardust-xr-schemas"
|
|
||||||
version = "1.5.3"
|
|
||||||
dependencies = [
|
|
||||||
"console-subscriber",
|
|
||||||
"flatbuffers",
|
|
||||||
"flexbuffers",
|
|
||||||
"fnv",
|
|
||||||
"kdl",
|
|
||||||
"manifest-dir-macros",
|
|
||||||
"nanoid",
|
|
||||||
"serde",
|
|
||||||
"serde_repr",
|
|
||||||
"thiserror 2.0.17",
|
|
||||||
"tokio",
|
|
||||||
"tokio-stream",
|
|
||||||
"variadics_please",
|
|
||||||
"zbus",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "stardust-xr-schemas"
|
name = "stardust-xr-schemas"
|
||||||
version = "1.5.3"
|
version = "1.5.3"
|
||||||
@@ -2597,8 +2516,8 @@ dependencies = [
|
|||||||
"lazy_static",
|
"lazy_static",
|
||||||
"serde",
|
"serde",
|
||||||
"stardust-xr-asteroids",
|
"stardust-xr-asteroids",
|
||||||
"stardust-xr-fusion 0.45.0",
|
"stardust-xr-fusion",
|
||||||
"stardust-xr-molecules 0.45.0",
|
"stardust-xr-molecules",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tracing-subscriber",
|
"tracing-subscriber",
|
||||||
"zbus",
|
"zbus",
|
||||||
|
|||||||
@@ -19,10 +19,12 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|||||||
path = "../third_party/asteroids"
|
path = "../third_party/asteroids"
|
||||||
|
|
||||||
[dependencies.stardust-xr-fusion]
|
[dependencies.stardust-xr-fusion]
|
||||||
path = "../third_party/core/fusion"
|
git = "https://github.com/StardustXR/core.git"
|
||||||
|
branch = "dev"
|
||||||
|
|
||||||
[dependencies.stardust-xr-molecules]
|
[dependencies.stardust-xr-molecules]
|
||||||
path = "../third_party/molecules"
|
git = "https://github.com/StardustXR/molecules.git"
|
||||||
|
branch = "dev"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# Feature enabling real StardustXR integration when crates are present.
|
# Feature enabling real StardustXR integration when crates are present.
|
||||||
|
|||||||
Reference in New Issue
Block a user