made the linked feature enabled by default
This commit is contained in:
@@ -3,12 +3,8 @@ name = "bevy_openxr"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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]
|
[features]
|
||||||
|
default = ["linked"]
|
||||||
linked = ["openxr/linked", "openxr/static"]
|
linked = ["openxr/linked", "openxr/static"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user