made the linked feature enabled by default

This commit is contained in:
awtterpip
2023-09-12 19:35:47 -05:00
parent 25dff12b9a
commit 1d7539d790

View File

@@ -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]