egui/crates/egui_glow/examples
Emil Ernerfeldt 6633ecce64
Fix wrong detection of OS (#3238)
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 😬
2023-08-12 13:50:31 +02:00
..
pure_glow.rs Fix wrong detection of OS (#3238) 2023-08-12 13:50:31 +02:00