mirror of
https://github.com/emilk/egui.git
synced 2026-07-11 17:18:55 +00:00
6633ecce64
We had a bunch of `cfg!(windows)` and `cfg!(macos)` which should
have been `cfg!(target_os = "windows")`.
I wonder what the effects of this PR will be fore Windows 😬