Skip to content

Commit

Permalink
fix: oops, remove gles feature from wgpu-hal's defaults
Browse files Browse the repository at this point in the history
Totally my bad; this should not have landed. I was using it while
chasing down files to change in gfx-rs#3044. :<
  • Loading branch information
ErichDonGubler committed Dec 5, 2022
1 parent 537f077 commit 2543744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[lib]

[features]
default = ["gles"]
default = []
metal = ["naga/msl-out", "block", "foreign-types"]
vulkan = ["naga/spv-out", "ash", "gpu-alloc", "gpu-descriptor", "libloading", "smallvec"]
gles = ["naga/glsl-out", "glow", "egl", "libloading"]
Expand Down

0 comments on commit 2543744

Please sign in to comment.