You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using serde is useful in production, not just during development,
so move it to optional 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.
0 commit comments