From b5632e71cfcd81656a525445f1081c2517b85a24 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Fri, 11 Sep 2015 20:28:39 +0200 Subject: [PATCH] Bump euclid to 0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f6b865..091bdc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ texture_surface = ["layers"] libc = "*" log = "*" gleam = "0.1" -euclid = "0.1" +euclid = "0.2" serde = "*" serde_macros = "*"