Added versions to Cargo.toml
This commit is contained in:
parent
973810b776
commit
5b3ac4316c
12
Cargo.toml
12
Cargo.toml
|
@ -4,12 +4,12 @@ version = "0.1.0"
|
||||||
authors = ["Thomas Forgione <thomas@tforgione.fr>"]
|
authors = ["Thomas Forgione <thomas@tforgione.fr>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
num = "*"
|
num = "0.1.42"
|
||||||
glium = "*"
|
glium = "0.21.0"
|
||||||
image = "*"
|
image = "0.19.0"
|
||||||
byteorder = "*"
|
byteorder = "1.2.3"
|
||||||
clap = "*"
|
clap = "2.31.2"
|
||||||
nalgebra = "*"
|
nalgebra = "0.15.3"
|
||||||
verbose-log = { git = "https://gitea.tforgione.fr/dash-3d/verbose-log" }
|
verbose-log = { git = "https://gitea.tforgione.fr/dash-3d/verbose-log" }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
Loading…
Reference in New Issue