replace reedline with rustyline
This commit is contained in:
parent
64e08c592d
commit
b7d727d9b5
3 changed files with 29 additions and 62 deletions
|
@ -12,8 +12,8 @@ lazy_static = "1.5.0"
|
|||
log = "0.4.22"
|
||||
once_cell = "1.20.2"
|
||||
parking_lot = "0.12.3"
|
||||
reedline = "0.37.0"
|
||||
regex = "1.11.1"
|
||||
rustyline = "15.0.0"
|
||||
thiserror = "2.0.3"
|
||||
tokio = { version = "1.41.1", features = ["macros", "rt", "rt-multi-thread"] }
|
||||
wgpu = "23.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue