mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
webgpu: Enable gles support (#32452)
This commit is contained in:
parent
b178a2b6e2
commit
4f5184b6e2
3 changed files with 22 additions and 1 deletions
|
@ -34,7 +34,7 @@ features = ["metal"]
|
|||
# We want the wgpu-core Vulkan backend on Linux and Windows.
|
||||
[target.'cfg(any(windows, all(unix, not(any(target_os = "macos", target_os = "ios")))))'.dependencies.wgpu-core]
|
||||
workspace = true
|
||||
features = ["vulkan"]
|
||||
features = ["gles", "vulkan"]
|
||||
|
||||
# We want the wgpu-core Direct3D backends on Windows.
|
||||
[target.'cfg(windows)'.dependencies.wgpu-core]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue