fix cargo dependencies
This commit is contained in:
parent
880610c39d
commit
d9b52d5fec
1 changed files with 4 additions and 3 deletions
|
@ -6,12 +6,13 @@ edition = "2018"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nako = {git= "https://gitlab.com/tendsinmende/nako.git"}
|
nako = {git= "https://gitlab.com/senvas/nako.git"}
|
||||||
nako_std = {git= "https://gitlab.com/tendsinmende/nako.git"}
|
nako_std = {git= "https://gitlab.com/senvas/nako.git"}
|
||||||
nakorender = {git="https://gitlab.com/tendsinmende/nako.git", default-features = false}
|
nakorender = {git="https://gitlab.com/senvas/nako.git", default-features = false}
|
||||||
nested = { path = "../nested" }
|
nested = { path = "../nested" }
|
||||||
cgmath = "*"
|
cgmath = "*"
|
||||||
termion = "*"
|
termion = "*"
|
||||||
|
font-kit = "*"
|
||||||
|
|
||||||
[dependencies.async-std]
|
[dependencies.async-std]
|
||||||
version = "1.9.0"
|
version = "1.9.0"
|
||||||
|
|
Loading…
Reference in a new issue