made the linked feature enabled by default
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user