Enable WebGPU backend in wgpu by default instead of WebGL
Instead, we expose a new `webgl` feature.
This commit is contained in:
parent
2c51e3478b
commit
bb49a22996
3 changed files with 4 additions and 3 deletions
|
|
@ -39,6 +39,8 @@ palette = ["iced_core/palette"]
|
|||
system = ["iced_winit/system"]
|
||||
# Enables broken "sRGB linear" blending to reproduce color management of the Web
|
||||
web-colors = ["iced_renderer/web-colors"]
|
||||
# Enables the WebGL backend, replacing WebGPU
|
||||
webgl = ["iced_renderer/webgl"]
|
||||
# Enables the advanced module
|
||||
advanced = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue