Update winit to 0.26.1

This is mostly to silence security warnings about a nix vulnerability.
This commit is contained in:
Raph Levien 2022-07-13 12:45:17 -07:00
parent 64e6268059
commit 169f053003
2 changed files with 309 additions and 349 deletions

656
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -31,7 +31,7 @@ piet = "0.2.0"
png = "0.16.2"
rand = "0.7.3"
roxmltree = "0.13"
winit = "0.25"
winit = "0.26.1"
clap = "2.33"
swash = "0.1.4"
bytemuck = { version = "1.7.2", features = ["derive"] }