diff options
author | 2019-11-24 17:16:09 +0100 | |
---|---|---|
committer | 2019-11-24 17:16:19 +0100 | |
commit | c6edc75f588ace61fc2bb2eacf9f26b08d3bda0c (patch) | |
tree | 227987ff01c204e1f3fddea8bdbb4e9d9c1f3221 /wgpu | |
parent | 357f73c2ef9c1cc65374f657e4d406946172d6de (diff) | |
download | iced-c6edc75f588ace61fc2bb2eacf9f26b08d3bda0c.tar.gz iced-c6edc75f588ace61fc2bb2eacf9f26b08d3bda0c.tar.bz2 iced-c6edc75f588ace61fc2bb2eacf9f26b08d3bda0c.zip |
Use latest `wgpu_glyph`
Diffstat (limited to 'wgpu')
-rw-r--r-- | wgpu/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 0d80357c..f008a99c 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/hecrj/iced" iced_native = { version = "0.1.0", path = "../native" } wgpu = "0.4" glyph_brush = "0.6" -wgpu_glyph = { version = "0.5", git = "https://github.com/hecrj/wgpu_glyph", branch = "feature/scissoring" } +wgpu_glyph = "0.6" raw-window-handle = "0.3" image = "0.22" glam = "0.8" |