replace termion with crossterm
This commit is contained in:
@@ -16,6 +16,7 @@ default = ["rug", "prolog_parser/rug"]
|
||||
num = ["num-rug-adapter", "prolog_parser/num"]
|
||||
|
||||
[dependencies]
|
||||
crossterm = "0.16.0"
|
||||
dirs = "2.0.2"
|
||||
downcast = "0.10.0"
|
||||
indexmap = "1.0.2"
|
||||
@@ -27,5 +28,4 @@ ordered-float = "0.5.0"
|
||||
prolog_parser = { version = "0.8.44", default-features = false }
|
||||
ref_thread_local = "0.0.0"
|
||||
rug = { version = "1.4.0", optional = true }
|
||||
rustyline = "5.0.3"
|
||||
termion = "1.4.0"
|
||||
rustyline = "6.0.0"
|
||||
|
||||
Reference in New Issue
Block a user