Skip to content

Commit feddf18

Browse files
fix: oops, remove gles feature from wgpu-hal's defaults (#3264)
1 parent 537f077 commit feddf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wgpu-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rustdoc-args = ["--cfg", "docsrs"]
2727
[lib]
2828

2929
[features]
30-
default = ["gles"]
30+
default = []
3131
metal = ["naga/msl-out", "block", "foreign-types"]
3232
vulkan = ["naga/spv-out", "ash", "gpu-alloc", "gpu-descriptor", "libloading", "smallvec"]
3333
gles = ["naga/glsl-out", "glow", "egl", "libloading"]

0 commit comments

Comments
 (0)