Skip to content

Commit

Permalink
Add Color and tests for Color
Browse files Browse the repository at this point in the history
  • Loading branch information
gkhk0 committed Oct 22, 2024
1 parent 3d4f24e commit 3a475c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ edition = "2021"
[dependencies]
auto_ops = "0.3.0"
log = "0.4.22"
okhsl = "1.0.1"
rand = "0.9.0-alpha.2"

[features]
double-precision = ["double-precision-float", "double-precision-int"]
double-precision-float = []
double-precision-int = []
double-precision-int = []

0 comments on commit 3a475c8

Please sign in to comment.