Explicitly ask for vulkan

This commit is contained in:
Ryan Butler
2023-09-08 00:20:48 -07:00
parent 9361991a5f
commit df7e03c532

View File

@@ -11,7 +11,7 @@ ash = "0.37.3"
bevy = { git = "https://github.com/awtterpip/bevy", default-features = false, features = ["bevy_render"] } 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 = "0.16.0"
wgpu-core = "0.16.0" wgpu-core = { version = "0.16.0", features = ["vulkan"] }
wgpu-hal = "0.16.0" wgpu-hal = "0.16.0"
[dev-dependencies] [dev-dependencies]