Skip to content

Commit

Permalink
removed unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyz committed Mar 22, 2024
1 parent b981617 commit 359de74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glitch"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -11,7 +11,6 @@ clap = { version = "4.5.3", features = ["derive"] }
gif = "0.13.1"
image = "0.25.0"
rand = "0.9.0-alpha.1"
once_cell = "1.19.0"
open = "5.1.2"
ansiterm = "0.12.2"
rayon = "1.9.0"

0 comments on commit 359de74

Please sign in to comment.