From 14c2caf653326a3bf9ed1c6d7e6df1c3cb102feb Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 26 Jul 2018 11:43:44 +0200 Subject: [PATCH] image v0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7b804f..c45111b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Thomas Forgione "] [dependencies] num = "0.1.42" glium = "0.21.0" -image = "0.18.0" +image = "0.19.0" byteorder = "1.2.3" clap = "2.31.2" nalgebra = "0.15.3"