Always enable vk and gl in wgpu-info

This commit is contained in:
Connor Fitzgerald 2022-02-23 00:23:23 -05:00 committed by Dzmitry Malyshau
parent e39cf7a11f
commit 476b6a1177

View File

@ -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"] }