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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user