diff --git a/Cargo.lock b/Cargo.lock index f2b17ac..09ea6fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1130,15 +1130,6 @@ dependencies = [ "either", ] -[[package]] -name = "itertools" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" -dependencies = [ - "either", -] - [[package]] name = "itoa" version = "1.0.9" @@ -2058,6 +2049,7 @@ dependencies = [ [[package]] name = "stardust-xr" version = "0.14.1" +source = "git+https://github.com/StardustXR/core.git?branch=camera-item#d5725c13b028c5315b9e7527c2a82479b2a43cd4" dependencies = [ "cluFlock", "color-rs", @@ -2078,6 +2070,7 @@ dependencies = [ [[package]] name = "stardust-xr-schemas" version = "1.5.3" +source = "git+https://github.com/StardustXR/core.git?branch=camera-item#d5725c13b028c5315b9e7527c2a82479b2a43cd4" dependencies = [ "flatbuffers", "flexbuffers", diff --git a/Cargo.toml b/Cargo.toml index 987415c..e23e37b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,6 +93,7 @@ optional = true [dependencies.stardust-xr] git = "https://github.com/StardustXR/core.git" +branch = "camera-item" # [patch.crates-io.stereokit] # path = "../stereokit-rs"