From c29bf9196f6aa8e50a9f95b15257fecd7f28bb7d Mon Sep 17 00:00:00 2001 From: hodasemi Date: Fri, 27 Jan 2023 13:38:16 +0100 Subject: [PATCH] Use custom git repo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f4aaf5..8eb452d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["hodasemi "] edition = "2021" [dependencies] -cgmath = { version = "0.18.0", features = ["swizzle"] } +cgmath = { git = "https://gavania.de/hodasemi/cgmath.git", features = ["swizzle"] } rand = "0.8.5" backtrace = "0.3.67" assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }