Use upstream cgmath version
This commit is contained in:
parent
90d5661d12
commit
5c0b8182ac
1 changed files with 1 additions and 3 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", "serde"] }
|
||||
cgmath = { version = "0.18.0", features = ["swizzle", "serde"] }
|
||||
rand = "0.8.5"
|
||||
backtrace = "0.3.67"
|
||||
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
|
||||
|
@ -14,5 +14,3 @@ reprc_proc_macro = { path = "src/reprc_proc_macro" }
|
|||
|
||||
# networking
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue