mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
fix: oops, remove gles feature from wgpu-hal's defaults (#3264)
This commit is contained in:
parent
537f077132
commit
feddf187c0
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user