egui/crates/eframe/src
Arthur Brussee 1f6ae49a5f
Unpin & upgrade winit to 0.30.5 (#4939)
This updates winit to 0.30.5. 

https://github.com/emilk/egui/pull/4849 Had to pin the version to
0.30.2, as a Winit patch changed the behavior of selecting a theme.
Winit 0.30.5 reverts this, so we could stick with `window.theme()`, but
the newly added `ActiveEventLoop::system_theme` is more like what egui
wants anyway, as individual windows can have theme overrides.

Also bump `smithay-clipboard` to prevent some now duplicate
dependencies.
2024-08-09 09:15:14 +02:00
..
native Unpin & upgrade winit to 0.30.5 (#4939) 2024-08-09 09:15:14 +02:00
web Follow the System Theme in egui (#4860) 2024-08-06 20:17:51 +02:00
epi.rs Follow the System Theme in egui (#4860) 2024-08-06 20:17:51 +02:00
icon_data.rs Update `image` crate to 0.25 (#4160) 2024-05-13 13:35:15 +02:00
lib.rs Clarified `eframe::run_simple_native()` persistence (#4846) 2024-07-30 21:01:10 +02:00
stopwatch.rs Much more accurate `cpu_usage` timing (#3913) 2024-01-29 19:12:16 +01:00