From 6e77c3667d8e7b5ca83b7923b9210ddc3983cbcb Mon Sep 17 00:00:00 2001 From: Nova Date: Thu, 15 Aug 2024 16:13:01 -0400 Subject: [PATCH] fix(nix): force local deps only --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0013af8..bc29a23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,6 +109,7 @@ optional = true # path = "../StereoKit-rust" # git = "https://github.com/mvvvv/StereoKit-rust.git" git = "https://github.com/technobaboo/StereoKit-rust.git" +features = ["force-local-deps"] default-features = false [dependencies.stardust-xr]