mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -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 😬