revert some commits

This commit is contained in:
Schmarni
2023-11-08 19:52:19 +01:00
parent 3b4d27a36f
commit 0377ae9a34
3 changed files with 9 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
[features]
default = []
default = ["linked"]
linked = ["openxr/linked"]
[workspace]
@@ -28,10 +28,6 @@ openxr = { version = "0.17.1", features = ["mint"] }
[target.'cfg(not(target_family = "unix"))'.dependencies]
openxr = { version = "0.17.1", features = ["mint", "static"] }
[target.'cfg(not(target_os="android"))'.dependencies]
openxr = { version = "0.17.1", features = ["mint", "static", "linked"] }
[dev-dependencies]
bevy = "0.12"
color-eyre = "0.6.2"