egui/crates/ecolor/src
YgorSouza a59e178131
Document the fact that the hex_color macro is not const (#5169)
It cannot be made const with the current version of Rust, and that is
counterintuitive since it does compile-time checks, so we make that
clear in the documentation. It might be possible to make it const once
MSRV is bumped to 1.82.

* See <https://github.com/emilk/egui/issues/5160>
* [x] I have followed the instructions in the PR template
2024-09-26 09:15:28 +02:00
..
cint_impl.rs Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
color32.rs Add `DebugOptions::show_unaligned` (#5165) 2024-09-25 16:05:30 +02:00
hex_color_macro.rs Document the fact that the hex_color macro is not const (#5169) 2024-09-26 09:15:28 +02:00
hex_color_runtime.rs Document the fact that the hex_color macro is not const (#5169) 2024-09-26 09:15:28 +02:00
hsva.rs Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
hsva_gamma.rs Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
lib.rs Remove `extra_asserts` and `extra_debug_asserts` feature flags (#4478) 2024-05-10 19:39:08 +02:00
rgba.rs Remove `extra_asserts` and `extra_debug_asserts` feature flags (#4478) 2024-05-10 19:39:08 +02:00