Merge branch 'master' into fear/linear-gradients

This commit is contained in:
Héctor Ramón Jiménez 2022-11-03 05:09:07 +01:00
commit 921c94162e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
26 changed files with 802 additions and 65 deletions

View file

@ -28,10 +28,10 @@ spirv = ["wgpu/spirv"]
webgl = ["wgpu/webgl"]
[dependencies]
wgpu = "0.13"
wgpu_glyph = "0.17"
wgpu = "0.14"
wgpu_glyph = "0.18"
glyph_brush = "0.7"
raw-window-handle = "0.4"
raw-window-handle = "0.5"
log = "0.4"
guillotiere = "0.6"
futures = "0.3"