Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up Serde traits #100

Merged
merged 1 commit into from
Oct 7, 2021
Merged

Clean up Serde traits #100

merged 1 commit into from
Oct 7, 2021

Conversation

ewpratten
Copy link
Contributor

This PR replaces my old serde derive macros with cfg_attr which is cleaner. It also makes more structs derive Serialize and Deserialize, importantly the Color struct.

This closes #84


This is another of a small handful of PRs you will see from me, since it is the weekend of Ludum Dare 49, and my team is once again building our entry with this crate.

It also happens to be the month of hacktoberfest. I would appreciate if you could tag this PR as hacktoberfest-accepted weather or not it gets merged so it can count towards my total. More info on hacktoberfest can be found here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Serde support for Color struct
2 participants