diff options
author | 2020-04-16 04:59:56 +0200 | |
---|---|---|
committer | 2020-04-16 04:59:56 +0200 | |
commit | 99e020c7b5b56d5407e255cdd4258d658e9c5865 (patch) | |
tree | f9e9df4074179ae4c624e81c53051589d1160a60 /wgpu/Cargo.toml | |
parent | 4808fcbd7eb29315e66c660a21a18aa6305739b6 (diff) | |
parent | 2fce83b205d533c34dd1ef8f2e5018bd4ff6c920 (diff) | |
download | iced-99e020c7b5b56d5407e255cdd4258d658e9c5865.tar.gz iced-99e020c7b5b56d5407e255cdd4258d658e9c5865.tar.bz2 iced-99e020c7b5b56d5407e255cdd4258d658e9c5865.zip |
Merge pull request #269 from hecrj/update-wgpu
Update `wgpu` to `0.5` in `iced_wgpu`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 93fb0e79..0794b970 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -12,8 +12,9 @@ svg = ["resvg"] canvas = ["lyon"] [dependencies] -wgpu = "0.4" -wgpu_glyph = "0.7" +wgpu = "0.5" +wgpu_glyph = "0.8" +zerocopy = "0.3" glyph_brush = "0.6" raw-window-handle = "0.3" glam = "0.8" |