Update wgpu (and dev-dependecies)
This commit is contained in:
parent
3c9f7c4eb1
commit
20f0f8fa80
1 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@ repository = "https://github.com/grovesNL/glyphon"
|
|||
license = "MIT OR Apache-2.0 OR Zlib"
|
||||
|
||||
[dependencies]
|
||||
wgpu = "0.16"
|
||||
wgpu = "0.17"
|
||||
etagere = "0.2.8"
|
||||
cosmic-text = "0.9"
|
||||
lru = "0.11"
|
||||
|
||||
[dev-dependencies]
|
||||
winit = "0.27.0"
|
||||
pollster = "0.2.5"
|
||||
winit = "0.28.0"
|
||||
pollster = "0.3.0"
|
||||
|
|
Loading…
Reference in a new issue