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:
parent
28512c8630
commit
6b566c5eb1
4 changed files with 222 additions and 162 deletions
|
@ -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"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue