Skip to content

Commit

Permalink
Migrate examples to winit's new "app" API (#626)
Browse files Browse the repository at this point in the history
A followup of #559

I see
#559 (comment)
indicates there's some plan of more significant rewrite, so please feel
free to close this. This is mainly my practice of migration to winit's
new API.

cf.
[changelog](https://docs.rs/winit/latest/winit/changelog/index.html#deprecated)
  • Loading branch information
yutannihilation authored Jul 15, 2024
1 parent b103b03 commit 6efa498
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 136 deletions.
109 changes: 107 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ workspace = true
vello = { version = "0.2.0", path = "../../vello" }
anyhow = "1.0.86"
pollster = "0.3.0"
winit = "0.30.0"
winit = "0.30.3"
Loading

0 comments on commit 6efa498

Please sign in to comment.