mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Split out ecolor crate (#2399)
* split out ecolor crate * split up ecolor crate in lots of modules * add changelog notes * add readme to ecolor * put clippy::manual_range_contains on cranky allow list * fix hex color issues * doc fixes * more hex_color fixes * Document features * Rename hex_color module to avoid warning * Sort the feature names * fix link in CHANGELOG.md * better wording Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
6
crates/ecolor/CHANGELOG.md
Normal file
6
crates/ecolor/CHANGELOG.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Changelog for ecolor
|
||||
All notable changes to the `ecolor` crate will be noted in this file.
|
||||
|
||||
|
||||
## Unreleased
|
||||
* Split out `ecolor` crate from `epaint`
|
||||
Reference in New Issue
Block a user