mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
This pull request introduces a change to the `Hsva` struct in the `crates/ecolor/src/hsva.rs` file to enable serialization and deserialization when the `serde` feature is enabled. * Closes <https://github.com/emilk/egui/issues/7131> * [x] I have followed the instructions in the PR template