mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
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 😬