egui/crates/ecolor/src
Emil Ernerfeldt f19f99180e
Remove `extra_asserts` and `extra_debug_asserts` feature flags (#4478)
Removes `egui_assert` etc and replaces it with normal `debug_assert`
calls.

Previously you could opt-in to more runtime checks using feature flags.
Now these extra runtime checks are always enabled for debug builds.

You are most likely to encounter them if you use negative sizes or NaNs
or other similar bugs.
These usually indicate bugs in user space.
2024-05-10 19:39:08 +02:00
..
cint_impl.rs Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
color32.rs Remove `extra_asserts` and `extra_debug_asserts` feature flags (#4478) 2024-05-10 19:39:08 +02:00
hex_color_macro.rs Fix `hex_color!` macro by re-exporting `color_hex` crate from `ecolor` (#4372) 2024-04-21 11:07:55 +02:00
hex_color_runtime.rs Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01: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