-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add missing ApproxEq implementations #52
Conversation
It's also missing for |
Also equality.rs line 44, missing hue
Should be
|
Thanks, I'll add that one too. |
There we go. |
☔ The latest upstream changes (presumably #53) made this pull request unmergeable. Please resolve the merge conflicts. |
6fda7b2
to
d8ec3be
Compare
@homu r+ |
📌 Commit d8ec3be has been approved by |
⚡ Test exempted - status |
Add missing ApproxEq implementations #51 didn't implement `ApproxEq` for `Alpha` and `Color`, so this PR adds those implementations.
#51 didn't implement
ApproxEq
forAlpha
andColor
, so this PR adds those implementations.