Skip to content

Commit

Permalink
remove atty, use std::io::IsTerminal
Browse files Browse the repository at this point in the history
  • Loading branch information
mazznoer committed Jul 23, 2024
1 parent e8d9249 commit c2e4108
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 123 deletions.
166 changes: 53 additions & 113 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ lto = true
strip = true

[dependencies]
atty = "0.2.14"
clap = { version = "4.5.9", features = ["derive", "wrap_help"] }
colorgrad = { git = "/~https://github.com/mazznoer/colorgrad-rs.git", features = ["lab", "ggr"] }
csscolorparser = { git = "/~https://github.com/mazznoer/csscolorparser-rs.git" }
Expand Down
Loading

0 comments on commit c2e4108

Please sign in to comment.