mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-16 17:02:32 +00:00
[rs] Merge #83
83: Propagate making Vulkan backend available to wgpu-rs r=kvark a=yanchith `wgpu-native` has `gfx-backend-vulkan` feature which makes Vulkan available on macOS. This adds the feature to `wgpu-rs` also. Co-authored-by: yanchith <yanchi.toth@gmail.com>
This commit is contained in:
commit
c4a3a33b2b
@ -19,6 +19,8 @@ license = "MPL-2.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
# Make Vulkan backend available on platforms where it is by default not, e.g. macOS
|
||||
vulkan = ["wgn/gfx-backend-vulkan"]
|
||||
|
||||
[dependencies]
|
||||
wgn = { package = "wgpu-native", git = "https://github.com/gfx-rs/wgpu", rev = "499bf1d2686ad25b5a5133d6433e4f4c9179ff0b" }
|
||||
|
Loading…
Reference in New Issue
Block a user