From df7e03c532f530d2f7e00d7734ac1da05129be3f Mon Sep 17 00:00:00 2001 From: Ryan Butler Date: Fri, 8 Sep 2023 00:20:48 -0700 Subject: [PATCH] Explicitly ask for vulkan --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 80462ba..3835e21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,9 +9,9 @@ edition = "2021" anyhow = "1.0.75" ash = "0.37.3" bevy = { git = "https://github.com/awtterpip/bevy", default-features = false, features = ["bevy_render"] } -openxr = {version = "0.17.1" } +openxr = { version = "0.17.1" } wgpu = "0.16.0" -wgpu-core = "0.16.0" +wgpu-core = { version = "0.16.0", features = ["vulkan"] } wgpu-hal = "0.16.0" [dev-dependencies]