mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-10-30 14:01:39 +00:00
Always enable vk and gl in wgpu-info
This commit is contained in:
parent
e39cf7a11f
commit
476b6a1177
@ -11,4 +11,4 @@ license = "MIT OR Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.9"
|
||||
wgpu = { version = "0.12", path = "../wgpu" }
|
||||
wgpu = { version = "0.12", path = "../wgpu", features = ["angle", "vulkan-portability"] }
|
||||
|
Loading…
Reference in New Issue
Block a user