update example to use winit 0.30 (#105)

* update example to use winit 0.30

* omit unneeded field in example
This commit is contained in:
Billy Messenger 2024-07-25 13:05:55 -05:00 committed by Héctor Ramón Jiménez
parent 28512c8630
commit 6b566c5eb1
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 222 additions and 162 deletions

View file

@ -15,7 +15,7 @@ rustc-hash = "2.0"
[dev-dependencies]
wgpu = "24"
winit = "0.29"
winit = "0.30"
pollster = "0.4"
criterion = { version = "0.5", features = ["html_reports"] }