Skip to content

Commit

Permalink
Always enable vk and gl in wgpu-info
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald authored and kvark committed Feb 25, 2022
1 parent e39cf7a commit 476b6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 476b6a1

Please sign in to comment.