From f2eee9149b624272ba67d49299e86d9a3944ba37 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Wed, 3 Jan 2018 12:39:34 +1100 Subject: [PATCH] Update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6f0f880..9bc9131 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,12 +22,12 @@ swizzle = [] [dependencies] approx = "0.1" -mint = { version = "0.4.1", optional = true } +mint = { version = "0.5", optional = true } num-traits = "0.1" rand = "0.4" serde = { version = "1.0", features = ["serde_derive"], optional = true } simd = { version = "0.2", optional = true } [dev-dependencies] -glium = "0.17" +glium = "0.19" serde_json = "1.0"