fix: oops, remove gles feature from wgpu-hal's defaults (#3264)

This commit is contained in:
Erich Gubler
2022-12-05 14:46:07 -07:00
committed by GitHub
parent 537f077132
commit feddf187c0

View File

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