From 3b4d27a36ff3e7a2f173a4a3043e3e903438147f Mon Sep 17 00:00:00 2001 From: Schmarni Date: Wed, 8 Nov 2023 07:31:31 +0100 Subject: [PATCH] maybe all features are needed? --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f390ca..fe68b6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ openxr = { version = "0.17.1", features = ["mint", "static"] } [target.'cfg(not(target_os="android"))'.dependencies] -openxr = { version = "0.17.1", features = ["linked"] } +openxr = { version = "0.17.1", features = ["mint", "static", "linked"] } [dev-dependencies] bevy = "0.12"