diff options
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 41eb4c23..15db5b5d 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,14 +45,10 @@ path = "../graphics" [dependencies.glyphon] version = "0.2" git = "https://github.com/hecrj/glyphon.git" -rev = "f145067d292082abdd1f2b2481812d4a52c394ec" - -[dependencies.encase] -version = "0.3.0" -features = ["glam"] +rev = "8324f20158a62f8520bad4ed09f6aa5552f8f2a6" [dependencies.glam] -version = "0.21.3" +version = "0.24" [dependencies.lyon] version = "1.0" |