egui/crates/eframe/src/web
Emil Ernerfeldt 40c69cd1ba
Respect and detect `prefers-color-scheme: no-preference` (#7293)
I don't think this will make a difference in practice, but technically
there are three preference states:

* `dark`
* `light`
* `no-preference`

Previously we would only check for `dark`, and if not set would assume
`light`.
Not we also check `light` and if we're neither `dark` or `light` we
assume nothing.
2025-07-03 08:58:45 +02:00
..
app_runner.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
backend.rs Only repaint on cursor movements of area, or if dragging outside (#4730) 2024-06-28 17:40:48 +02:00
events.rs Respect and detect `prefers-color-scheme: no-preference` (#7293) 2025-07-03 08:58:45 +02:00
input.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
mod.rs Respect and detect `prefers-color-scheme: no-preference` (#7293) 2025-07-03 08:58:45 +02:00
panic_handler.rs Upgrade to wgpu 24 (#5610) 2025-01-16 17:00:29 +01:00
screen_reader.rs Remove dependency on `tts` (#3651) 2023-11-28 10:46:18 +01:00
storage.rs Update to Rust 1.76 (#4411) 2024-04-25 15:51:01 +02:00
text_agent.rs Add pointer events and focus handling for apps run in a Shadow DOM (#5627) 2025-02-18 18:01:07 +01:00
web_logger.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
web_painter.rs Add screenshot support for eframe web (#5438) 2024-12-12 19:17:42 +01:00
web_painter_glow.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
web_painter_wgpu.rs Free textures after submitting queue instead of before with wgpu renderer on Web (#7291) 2025-07-02 16:14:46 +02:00
web_runner.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00