Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mazznoer committed Nov 29, 2024
1 parent ef05faa commit 0b261c4
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 43 deletions.
100 changes: 59 additions & 41 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ strip = true

[dependencies]
clap = { version = "4.5.9", features = ["derive", "wrap_help"] }
colorgrad = { version = "0.7.0", features = ["lab", "ggr"] }
#colorgrad = { version = "0.7.0", features = ["lab", "ggr"] }
colorgrad = { git = "/~https://github.com/mazznoer/colorgrad-rs", features = ["lab", "ggr"] }
csscolorparser = { version = "0.7.0" }
svg = "0.17.0"
terminal_size = "0.3.0"

[build-dependencies]
clap = { version = "4.5.9", features = ["derive", "wrap_help"] }
clap_complete = "4.5.8"
colorgrad = { version = "0.7.0", features = ["lab", "ggr"] }
#colorgrad = { version = "0.7.0", features = ["lab", "ggr"] }
colorgrad = { git = "/~https://github.com/mazznoer/colorgrad-rs", features = ["lab", "ggr"] }

0 comments on commit 0b261c4

Please sign in to comment.