switched from termion to crossterm for windows support

This commit is contained in:
2023-02-08 23:50:10 +01:00
parent d93e147914
commit 21d740cf70
3 changed files with 12 additions and 7 deletions

View File

@@ -11,4 +11,5 @@ dotenvy = "0.15.*"
log = "0.4.*"
clap = { version = "4.1.*", features = ["derive"] }
image = { version = "0.24.*", features = ["webp-encoder"] }
termion = "2.0.*"
#termion = "2.0.*"
crossterm = "0.26.*"