diff --git a/Cargo.toml b/Cargo.toml index d1c4635c..2cccf3b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/awtterpip/bevy_openxr" license = "MIT/Apache-2.0" [features] -default = ["openxr/mint", "linked"] +default = ["openxr/mint"] linked = ["openxr/linked"] [workspace] @@ -26,7 +26,7 @@ wgpu-hal = "0.17.1" openxr = "0.17.1" [target.'cfg(not(target_family = "unix"))'.dependencies] -openxr = { version = "0.17.1", features = ["static"] } +openxr = { version = "0.17.1", features = ["static","linked"] } [dev-dependencies] bevy = "0.12"