egui/crates/egui_glow/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
..
shader Introduce dithering to reduce banding (#4497) 2024-07-08 09:57:11 +02:00
lib.rs Enable egui_glow's winit feature on wasm (#4420) (#4421) 2024-04-29 10:33:23 +02:00
misc_util.rs Update MSRV to Rust 1.72 (#3595) 2023-11-21 17:26:35 +01:00
painter.rs Introduce dithering to reduce banding (#4497) 2024-07-08 09:57:11 +02:00
shader_version.rs Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
vao.rs Update MSRV to Rust 1.72 (#3595) 2023-11-21 17:26:35 +01:00
winit.rs Unpin & upgrade winit to 0.30.5 (#4939) 2024-08-09 09:15:14 +02:00