From 4237e0ca81f65676e7e9857c58764bb999ba5992 Mon Sep 17 00:00:00 2001 From: Nova Date: Thu, 7 Jul 2022 03:49:48 -0400 Subject: [PATCH] refactor(cargo.toml): move libstardustxr dep into separate block --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2845334..295328f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ version = "0.9.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libstardustxr = {path = "../libstardustxr-rs"} anyhow = "1.0.57" ctrlc = "3.2.2" dashmap = "5.3.4" @@ -24,3 +23,6 @@ rccell = "0.1.3" rustc-hash = "1.1.0" slab = "0.4.6" thiserror = "1.0.31" + +[dependencies.libstardustxr] +path = "../libstardustxr-rs" \ No newline at end of file