Skip to content

Commit

Permalink
fix: oops, remove gles feature from wgpu-hal's defaults (#3264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler authored Dec 5, 2022
1 parent 537f077 commit feddf18
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 feddf18

Please sign in to comment.