diff --git a/Cargo.toml b/Cargo.toml index ad43a11..84e1f11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,8 @@ name = "bevy_openxr" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[target.'cfg(windows)'.features] -default = ["linked"] - [features] +default = ["linked"] linked = ["openxr/linked", "openxr/static"] [dependencies]