Update wgpu to 0.14 and wgpu_glyph to 0.18

This commit is contained in:
Wyatt Herkamp 2022-10-07 09:03:41 -04:00 committed by Héctor Ramón Jiménez
parent ac6a3cf8eb
commit 0a12590b6f
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
5 changed files with 16 additions and 11 deletions

View file

@ -20,7 +20,7 @@ opengl = []
[dependencies]
glam = "0.10"
raw-window-handle = "0.4"
raw-window-handle = "0.5"
thiserror = "1.0"
[dependencies.bytemuck]