Merge pull request #2 from TheButlah/fix-vulkan-feature-mac

Explicitly ask for vulkan
This commit is contained in:
piper
2023-09-08 17:12:34 -05:00
committed by GitHub

View File

@@ -9,9 +9,9 @@ edition = "2021"
anyhow = "1.0.75" anyhow = "1.0.75"
ash = "0.37.3" 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]