From eea198673e74df375157b6dc856e02d32ff02701 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 4 Jun 2019 18:04:06 +0200 Subject: [PATCH] Update to latest cgmath --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf61c5d..406cf96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ name = "genmesh" path = "src/lib.rs" [dependencies] -cgmath = { version = "0.16", features = ["mint"] } +cgmath = { version = "0.17", features = ["mint"] } mint = "0.5"