diff options
| author | 2019-11-07 02:38:34 +0100 | |
|---|---|---|
| committer | 2019-11-07 02:38:34 +0100 | |
| commit | 8dc4bd5a1dc64b0a445a7451f622d5924dfeefa4 (patch) | |
| tree | c4dbb7b53b98a611114522a9cc140cbdc6ab7df7 /wgpu | |
| parent | d568d05df4388bfaa254ee87cca6edd07fc24465 (diff) | |
| download | iced-8dc4bd5a1dc64b0a445a7451f622d5924dfeefa4.tar.gz iced-8dc4bd5a1dc64b0a445a7451f622d5924dfeefa4.tar.bz2 iced-8dc4bd5a1dc64b0a445a7451f622d5924dfeefa4.zip | |
Update `wgpu` to `0.4` in `iced_wgpu`
Diffstat (limited to '')
| -rw-r--r-- | wgpu/Cargo.toml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 2c212286..032f4ae0 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -9,8 +9,8 @@ repository = "https://github.com/hecrj/iced"  [dependencies]  iced_native = { version = "0.1.0-alpha", path = "../native" } -wgpu = { version = "0.3", git = "https://github.com/gfx-rs/wgpu-rs", rev = "ed2c67f762970d0099c1e6c6e078fb645afbf964" } -wgpu_glyph = { version = "0.4", git = "https://github.com/hecrj/wgpu_glyph", rev = "954ac865ca1b7f6b97bf403f8c6174a7120e667c" } +wgpu = "0.4" +wgpu_glyph = { version = "0.5", git = "https://github.com/hecrj/wgpu_glyph", branch = "feature/scissoring" }  raw-window-handle = "0.3"  image = "0.22"  glam = "0.8" | 
