Use cgmath with serde feature
This commit is contained in:
parent
c29bf9196f
commit
6033a5f047
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue