maybe all features are needed?

This commit is contained in:
Schmarni
2023-11-08 07:31:31 +01:00
parent 0f7194ab4d
commit 3b4d27a36f

View File

@@ -30,7 +30,7 @@ openxr = { version = "0.17.1", features = ["mint", "static"] }
[target.'cfg(not(target_os="android"))'.dependencies] [target.'cfg(not(target_os="android"))'.dependencies]
openxr = { version = "0.17.1", features = ["linked"] } openxr = { version = "0.17.1", features = ["mint", "static", "linked"] }
[dev-dependencies] [dev-dependencies]
bevy = "0.12" bevy = "0.12"