1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Update to winit 0.30.7 (#5516)

Fixes wrong cursor on Mac, among other things:

https://github.com/rust-windowing/winit/releases/tag/v0.30.6
This commit is contained in:
Emil Ernerfeldt
2024-12-26 12:06:24 +01:00
committed by GitHub
parent 7f711668b4
commit f30f5e9578
2 changed files with 4 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ web-sys = "0.3.70"
web-time = "1.1.0" # Timekeeping for native and web
wgpu = { version = "23.0.0", default-features = false }
windows-sys = "0.59"
winit = { version = "0.30.5", default-features = false }
winit = { version = "0.30.7", default-features = false }
[workspace.lints.rust]
unsafe_code = "deny"