Use approx for testing color operations

This commit is contained in:
Héctor Ramón Jiménez 2023-05-26 00:04:10 +02:00
parent b741893013
commit cf2c8f2037
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 10 additions and 10 deletions

View file

@ -19,3 +19,6 @@ optional = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
instant = "0.1"
[dev-dependencies]
approx = "0.5"