mirror of
https://github.com/emilk/egui.git
synced 2026-07-11 09:08:53 +00:00
f33ff2c83d
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