Update wgpu to 0.14 and wgpu_glyph to 0.18
This commit is contained in:
parent
ac6a3cf8eb
commit
0a12590b6f
5 changed files with 16 additions and 11 deletions
|
|
@ -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.0"
|
||||
log = "0.4"
|
||||
guillotiere = "0.6"
|
||||
futures = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue