diff --git a/Cargo.toml b/Cargo.toml index bca37ff..f967a9c 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", "serde"] } +cgmath = { version = "0.18.0" } rand = "0.8.5" backtrace = "0.3.67" assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }