Use cgmath with serde feature

This commit is contained in:
hodasemi 2023-01-27 13:53:08 +01:00
parent c29bf9196f
commit 6033a5f047

View file

@ -5,7 +5,7 @@ authors = ["hodasemi <michaelh.95@t-online.de>"]
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" }