From 5b3ac4316cead053ae7073730e4afb3fe6ca38ea Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 26 Jul 2018 11:09:35 +0200 Subject: [PATCH] Added versions to Cargo.toml --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 081fb35..c45111b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,12 @@ version = "0.1.0" authors = ["Thomas Forgione "] [dependencies] -num = "*" -glium = "*" -image = "*" -byteorder = "*" -clap = "*" -nalgebra = "*" +num = "0.1.42" +glium = "0.21.0" +image = "0.19.0" +byteorder = "1.2.3" +clap = "2.31.2" +nalgebra = "0.15.3" verbose-log = { git = "https://gitea.tforgione.fr/dash-3d/verbose-log" } [[bin]]