mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
fix: oops, remove gles feature from wgpu-hal's defaults (#3264)
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user