refactor(cargo.toml): move libstardustxr dep into separate block
This commit is contained in:
@@ -6,7 +6,6 @@ version = "0.9.0"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libstardustxr = {path = "../libstardustxr-rs"}
|
|
||||||
anyhow = "1.0.57"
|
anyhow = "1.0.57"
|
||||||
ctrlc = "3.2.2"
|
ctrlc = "3.2.2"
|
||||||
dashmap = "5.3.4"
|
dashmap = "5.3.4"
|
||||||
@@ -24,3 +23,6 @@ rccell = "0.1.3"
|
|||||||
rustc-hash = "1.1.0"
|
rustc-hash = "1.1.0"
|
||||||
slab = "0.4.6"
|
slab = "0.4.6"
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
|
|
||||||
|
[dependencies.libstardustxr]
|
||||||
|
path = "../libstardustxr-rs"
|
||||||
Reference in New Issue
Block a user