egui/crates/ecolor
Emil Ernerfeldt 92fea8a18f
Remove things that have been deprecated for over a year (#7099)
Removes all things that were marked `#[deprecated]` more than 12 months
ago
2025-05-28 09:47:15 +02:00
..
src Remove things that have been deprecated for over a year (#7099) 2025-05-28 09:47:15 +02:00
CHANGELOG.md Release 0.31.1 - text_edit and kittest fixes 2025-03-05 08:37:34 +01:00
Cargo.toml Enable rustdoc `generate-link-to-definition` feature on docs.rs (#5030) 2024-08-30 11:22:29 +02:00
README.md Fix semi-transparent colors appearing too bright (#5824) 2025-03-21 10:45:25 +01:00

README.md

ecolor - egui color library

Latest version Documentation unsafe forbidden MIT Apache

A simple color storage and conversion library.

This crate is built for the wants and needs of egui.

If you want an actual good color crate, use color instead.