From b7bf972c92601c75460b881d83050f06d6b6d296 Mon Sep 17 00:00:00 2001 From: Nova Date: Sun, 21 Aug 2022 14:17:55 -0400 Subject: [PATCH] feat(cargo.toml): disable default features for libstardustxr --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index cff3d8c..aa14bca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,7 @@ prisma = "0.1.1" [dependencies.libstardustxr] path = "../libstardustxr-rs" +default-features = false [dependencies.stereokit] path = "../stereokit-rs"