Merge pull request #269 from hecrj/update-wgpu
Update `wgpu` to `0.5` in `iced_wgpu`
This commit is contained in:
commit
99e020c7b5
13 changed files with 314 additions and 269 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue