-
- Downloads
gif exporting
... | @@ -7,10 +7,12 @@ edition = "2021" | ... | @@ -7,10 +7,12 @@ edition = "2021" |
crate-type = ["cdylib", "rlib"] | crate-type = ["cdylib", "rlib"] | ||
[dependencies] | [dependencies] | ||
anyhow = "1.0.96" | |||
bitvec = "1.0.1" | bitvec = "1.0.1" | ||
clap = { version = "4.5.30", features = ["derive"] } | clap = { version = "4.5.30", features = ["derive"] } | ||
colored = "3.0.0" | colored = "3.0.0" | ||
console = "0.15.10" | console = "0.15.10" | ||
gif = "0.13.1" | |||
[build-dependencies] | [build-dependencies] | ||
image = "0.25.5" | image = "0.25.5" | ||
... | ... |
Please register or sign in to comment