diff options
author | 2023-06-03 03:04:38 +0200 | |
---|---|---|
committer | 2023-06-03 03:04:38 +0200 | |
commit | c15f1b5f6575792cc89bb5fba2e613428397e46a (patch) | |
tree | 77526943d7aac8004e3ac7dca07154dcbbe25a0f /wgpu/Cargo.toml | |
parent | b353767d2d9703aae35f10ebf8a9ee1490c3ae37 (diff) | |
parent | b5fc0f4a3aa45d33d81d5799396f0b0770c4dff3 (diff) | |
download | iced-c15f1b5f6575792cc89bb5fba2e613428397e46a.tar.gz iced-c15f1b5f6575792cc89bb5fba2e613428397e46a.tar.bz2 iced-c15f1b5f6575792cc89bb5fba2e613428397e46a.zip |
Merge pull request #1888 from iced-rs/web-colors
Introduce `web-colors` feature flag to enable "sRGB linear" blending
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index b5401626..7e50dff2 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -11,6 +11,7 @@ repository = "https://github.com/iced-rs/iced" geometry = ["iced_graphics/geometry", "lyon"] image = ["iced_graphics/image"] svg = ["resvg"] +web-colors = ["iced_graphics/web-colors"] [dependencies] wgpu = "0.16" @@ -44,7 +45,7 @@ path = "../graphics" [dependencies.glyphon] version = "0.2" git = "https://github.com/hecrj/glyphon.git" -rev = "cf7fe9df00499b868a6a94fa5fdb0a4ca368c9f9" +rev = "26f92369da3704988e3e27f0b35e705c6b2de203" [dependencies.glam] version = "0.24" |