egui/crates
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
..
ecolor Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
eframe Fix wrong detection of OS (#3238) 2023-08-12 13:50:31 +02:00
egui Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
egui-wgpu Update to `wgpu` 0.17.0 (#3170) 2023-08-11 17:10:10 +02:00
egui-winit eframe: Better restore Window position on Mac when on secondary monitor (#3239) 2023-08-11 16:25:22 +02:00
egui_demo_app Update to wasm-bindgen 0.2.87 (#3237) 2023-08-11 15:34:16 +02:00
egui_demo_lib Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
egui_extras Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
egui_glium Fix wrong detection of OS (#3238) 2023-08-12 13:50:31 +02:00
egui_glow Fix wrong detection of OS (#3238) 2023-08-12 13:50:31 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
epaint Support multi-threaded Wasm (#3236) 2023-08-11 15:08:00 +02:00