Update wgpu to 0.15

This commit is contained in:
Elham Aryanpur 2023-04-12 23:38:21 +03:00 committed by Héctor Ramón Jiménez
parent adb70d232a
commit d5453c62e9
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
5 changed files with 50 additions and 20 deletions

View file

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