Skip to content

Commit

Permalink
chore: bump versions and cleanup lutgen build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf committed May 13, 2023
1 parent b9649d7 commit 62de77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lutgen"
version = "0.2.0"
version = "0.2.1"
documentation = "https://docs.rs/lutgen"
keywords = ["image-processing", "color", "hald-clut", "lookup-tables", "gaussian"]
description = "A blazingly fast interpolated LUT generator using gaussian distribution for arbitrary and popular color palettes."
Expand Down
4 changes: 1 addition & 3 deletions palettes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lutgen-palettes"
version = "0.1.0"
version = "0.1.1"
documentation = "https://docs.rs/lutgen-palettes"
keywords = ["colorschemes", "color", "palettes", "linux", "rice"]
description = "Popular linux colorscheme palettes"
Expand All @@ -16,10 +16,8 @@ clap.workspace = true
#clap.optional = true

[build-dependencies]
lazy_static = "1"
regex = "1"
serde_json = "1"
serde_yaml = "0.9"
tera = { version = "1", default-features = false }

[features]
Expand Down

0 comments on commit 62de77d

Please sign in to comment.