Update wgpu to 0.11

This commit is contained in:
Poly 2021-10-13 19:40:29 +02:00
parent 3aae45c191
commit 65f690b075
3 changed files with 9 additions and 6 deletions

View file

@ -27,8 +27,8 @@ default_system_font = ["iced_graphics/font-source"]
spirv = ["wgpu/spirv"]
[dependencies]
wgpu = "0.10"
wgpu_glyph = "0.14"
wgpu = "0.11"
wgpu_glyph = "0.15"
glyph_brush = "0.7"
raw-window-handle = "0.3"
log = "0.4"