From 14785c73b3fe4930f89ec3acc50d99da875eca24 Mon Sep 17 00:00:00 2001 From: Raffaele Ragni Date: Tue, 26 Sep 2023 00:15:00 +0200 Subject: [PATCH] fix build --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 76daa251..e6973e2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,9 +10,7 @@ linked = ["openxr/linked", "openxr/static"] [dependencies] anyhow = "1.0.75" ash = "0.37.3" -bevy = { git = "https://github.com/awtterpip/bevy", default-features = false, features = [ - "bevy_render", -], rev = "98f3b8ae207deb440f7255b3d900e7e01b6df0cb" } +bevy = { git = "https://github.com/awtterpip/bevy", rev = "98f3b8ae207deb440f7255b3d900e7e01b6df0cb" } openxr = { version = "0.17.1", features = ["mint"] } mint = "0.5.9" wgpu = "0.16.0"