diff options
author | 2023-09-04 04:04:01 +0200 | |
---|---|---|
committer | 2023-09-04 04:04:01 +0200 | |
commit | a56b25b9096d47ada3c4349f5b91110dfaa92bf6 (patch) | |
tree | c9308e295f7e5752facc83b5c6c1ed2f261135ba /Cargo.toml | |
parent | 2c51e3478bfb1c53ea7e63b1f1dc74ec46faa748 (diff) | |
parent | 685e44587c8c89be455838d6b96f3b762da836f9 (diff) | |
download | iced-a56b25b9096d47ada3c4349f5b91110dfaa92bf6.tar.gz iced-a56b25b9096d47ada3c4349f5b91110dfaa92bf6.tar.bz2 iced-a56b25b9096d47ada3c4349f5b91110dfaa92bf6.zip |
Merge pull request #2068 from iced-rs/webgpu-by-default
Enable WebGPU backend in `wgpu` by default instead of WebGL
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 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 = [] |