Cargo.toml: update termion & rename to lib-r3vi
This commit is contained in:
parent
153faf9c13
commit
5aac404bf2
1 changed files with 3 additions and 3 deletions
|
@ -5,11 +5,11 @@ name = "nested"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
#r3vi = { git = "https://git.exobiont.de/senvas/r3vi.git" }
|
#r3vi = { git = "https://git.exobiont.de/senvas/lib-r3vi.git" }
|
||||||
r3vi = { path = "../../r3vi" }
|
r3vi = { path = "../../lib-r3vi" }
|
||||||
no_deadlocks = "*"
|
no_deadlocks = "*"
|
||||||
cgmath = { version = "0.18.0", features = ["serde"] }
|
cgmath = { version = "0.18.0", features = ["serde"] }
|
||||||
termion = "1.5.5"
|
termion = "2.0.1"
|
||||||
vte = "0.10.1"
|
vte = "0.10.1"
|
||||||
ansi_colours = "1.0"
|
ansi_colours = "1.0"
|
||||||
signal-hook = "0.3.1"
|
signal-hook = "0.3.1"
|
||||||
|
|
Loading…
Reference in a new issue