From 6033a5f04707e35abc6bb4c8c18c70460dbc1900 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Fri, 27 Jan 2023 13:53:08 +0100 Subject: [PATCH] Use cgmath with serde feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8eb452d..bca37ff 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"] } +cgmath = { git = "https://gavania.de/hodasemi/cgmath.git", features = ["swizzle", "serde"] } rand = "0.8.5" backtrace = "0.3.67" assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }