From e0c9d887672c3d45a5c4f0279beafd2c4c5ac93c Mon Sep 17 00:00:00 2001 From: Schmarni <51007916+Schmarni-Dev@users.noreply.github.com> Date: Sun, 10 Dec 2023 00:07:25 +0100 Subject: [PATCH] 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73996b7c..57a7a2ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ members = ["examples/android", "examples/demo"] anyhow = "1.0.75" ash = "0.37.3" bevy = "0.12" -futures-lite = "2.1.0" +futures-lite = "2.0.1" mint = "0.5.9" wgpu = "0.17.1" wgpu-core = { version = "0.17.1", features = ["vulkan"] }