mirror of
https://github.com/elladunbar/to-braille.git
synced 2025-11-07 04:09:54 -06:00
Add dithering and new cli parser
This commit is contained in:
parent
76156650c0
commit
0d97a650e2
3 changed files with 604 additions and 25 deletions
|
|
@ -4,5 +4,8 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.37", features = ["derive"] }
|
||||
crossterm = "0.29.0"
|
||||
image = "0.25.6"
|
||||
itertools = "0.14.0"
|
||||
rand = "0.9.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue