Skip to content

Commit

Permalink
update winit to rio_winit_fork
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jun 10, 2024
1 parent eb7643d commit 15dd646
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 55 deletions.
110 changes: 56 additions & 54 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ console_log = "0.2.2"
bitflags = "2.5.0"
console_error_panic_hook = "0.1.7"
# winit = { path = "../winit", default-features = false, features = ["rwh_06"] }
winit = { git = "https://github.com/raphamorim/winit", rev = "c9dc7cf", default-features = false, features = ["rwh_06"] }
# winit = { git = "https://github.com/raphamorim/winit", rev = "c9dc7cf", default-features = false, features = ["rwh_06"] }
winit = { package = "rio-winit-fork", version = "0.30.0", default-features = false, features = ["rwh_06"] }

[profile.release]
opt-level = 3
Expand Down

0 comments on commit 15dd646

Please sign in to comment.