Change to public cgmath
This commit is contained in:
parent
6033a5f047
commit
c526031008
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ authors = ["hodasemi <michaelh.95@t-online.de>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cgmath = { git = "https://gavania.de/hodasemi/cgmath.git", features = ["swizzle", "serde"] }
|
cgmath = { version = "0.18.0" }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
backtrace = "0.3.67"
|
backtrace = "0.3.67"
|
||||||
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
|
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
|
||||||
|
|
Loading…
Reference in a new issue