wgpu 0.16

This commit is contained in:
David Huculak 2023-04-20 21:28:47 -04:00
parent 99fc717b7c
commit 8122904ca4
4 changed files with 6 additions and 7 deletions

View file

@ -28,8 +28,8 @@ spirv = ["wgpu/spirv"]
webgl = ["wgpu/webgl"]
[dependencies]
wgpu = "0.15"
wgpu_glyph = "0.19"
wgpu = "0.16"
wgpu_glyph = "0.20"
glyph_brush = "0.7"
raw-window-handle = "0.5"
log = "0.4"