From 5c0b8182acaaeb2b045c293bfe5936dcb4aeb9ae Mon Sep 17 00:00:00 2001 From: hodasemi Date: Wed, 1 Feb 2023 14:01:49 +0100 Subject: [PATCH] Use upstream cgmath version --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0f3db86..4bdb3f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["hodasemi "] edition = "2021" [dependencies] -cgmath = { git = "https://gavania.de/hodasemi/cgmath.git", features = ["swizzle", "serde"] } +cgmath = { version = "0.18.0", features = ["swizzle", "serde"] } rand = "0.8.5" backtrace = "0.3.67" assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } @@ -14,5 +14,3 @@ reprc_proc_macro = { path = "src/reprc_proc_macro" } # networking serde = { version = "1.0.152", features = ["derive"] } - -