Using serde is useful in production, not just during development, so move it to normal dependencies instead of dev-dependencies.
This allows to derive serialize/deserialize for the color structs which are very simple using the default implementation, allowing to pass colors along via serialization channels and formats.
Using serde is useful in production, not just during development, so move it to normal dependencies instead of dev-dependencies.
This allows to derive serialize/deserialize for the color structs which are very simple using the default implementation, allowing to pass colors along via serialization channels and formats.