egui/crates/eframe/src
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
..
native Extend .typos.toml to enforce american english (#7284) 2025-07-01 15:54:00 +02:00
web Respect and detect `prefers-color-scheme: no-preference` (#7293) 2025-07-03 08:58:45 +02:00
epi.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
icon_data.rs Use `profiling` crate to support more profiler backends (#5150) 2024-12-16 09:15:54 +01:00
lib.rs Typo in `run_native` doc comment (replace "a an" with "an") (#7094) 2025-06-03 16:57:43 +02:00
stopwatch.rs Add assert messages and print bad argument values in asserts (#5216) 2025-03-25 09:20:29 +01:00