fixed version conflict (#53)

* basics done? now to the fun part: changing the ENTIRE lib to work with xr and non xr

* updated stuff and renamed file

* actually add the renamed file into git lol :3

* made lib fallback to flat when no runtime is found but can't compile with default settings under those circumstances

* Update Cargo.toml

* fixed version conflict
This commit is contained in:
Schmarni
2023-12-10 00:07:25 +01:00
committed by GitHub
parent 28008f7964
commit e0c9d88767

View File

@@ -18,7 +18,7 @@ members = ["examples/android", "examples/demo"]
anyhow = "1.0.75" anyhow = "1.0.75"
ash = "0.37.3" ash = "0.37.3"
bevy = "0.12" bevy = "0.12"
futures-lite = "2.1.0" futures-lite = "2.0.1"
mint = "0.5.9" mint = "0.5.9"
wgpu = "0.17.1" wgpu = "0.17.1"
wgpu-core = { version = "0.17.1", features = ["vulkan"] } wgpu-core = { version = "0.17.1", features = ["vulkan"] }