Merge pull request #139 from Schmarni-Dev/fix-up-stuff

fix windows and android example
This commit is contained in:
ForTehLose
2024-07-11 14:00:25 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -42,4 +42,4 @@ wgpu = { version = "0.19.3", features = ["vulkan-portability"] }
[target.'cfg(target_family = "windows")'.dependencies]
openxr = { version = "0.18.0", features = ["mint", "static"] }
winapi = { version = "0.3.9", optional = true }
d3d12 = { version = "0.19", features = ["libloading"], optional = true }
d3d12 = { version = "0.20", features = ["libloading"], optional = true }

View File

@@ -8,7 +8,7 @@ publish = false
[dependencies]
bevy_mod_openxr.path = "../.."
bevy.workspace = true
bevy = { workspace = true, default-features = true }
bevy_xr_utils.path = "../../../bevy_xr_utils"