Skip to content

Commit

Permalink
Merge pull request #57 from okaneco/cache
Browse files Browse the repository at this point in the history
Add `fxhash` for caching, relocate `find_colors` to `find.rs`
  • Loading branch information
okaneco authored Aug 17, 2023
2 parents 6bbd568 + d6b5ab5 commit 03c2f7b
Show file tree
Hide file tree
Showing 9 changed files with 636 additions and 545 deletions.
40 changes: 25 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ app = [
]

# Enable `palette` color types
palette_color = ["palette", "num-traits"]
palette_color = ["palette", "num-traits", "fxhash"]

[dependencies.fxhash]
version = "0.2.1"
default-features = false
optional = true

[dependencies.image]
version = "0.24.6"
Expand All @@ -34,7 +39,7 @@ features = ["jpeg", "png"]
optional = true

[dependencies.palette]
version = "0.7.2"
version = "0.7.3"
default-features = false
features = ["std"]
optional = true
Expand Down
Loading

0 comments on commit 03c2f7b

Please sign in to comment.