Skip to content

Commit

Permalink
update winit
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 17, 2024
1 parent 8bfe497 commit 3d6eb92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ regex = "1.10.2"
bytemuck = { version = "1.14.0", features = [ "derive" ] }
log = "0.4.20"
serde = { version = "1.0.188", features = ["derive"] }
tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "macros"] }
tokio = { version = "1.35.1", default-features = false, features = ["rt", "rt-multi-thread", "macros"] }
wgpu = "0.18.0"
libc = "0.2.148"
futures = "0.3.29"
Expand All @@ -54,7 +54,7 @@ wasm-bindgen-test = "0.3"
env_logger = "0.10"
console_log = "0.2"
console_error_panic_hook = "0.1.7"
winit = { version = "0.29.9", default-features = false, features = ["rwh_05"] }
winit = { version = "0.29.10", default-features = false, features = ["rwh_05"] }

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

0 comments on commit 3d6eb92

Please sign in to comment.