Bump dependencies (cgmath, nalgebra) to latest.
This commit is contained in:
parent
88a7ee7a8d
commit
5b746aaf57
@ -29,8 +29,8 @@ std = []
|
||||
|
||||
[dependencies]
|
||||
cgmath = { version = ">=0.17, <0.19", optional = true }
|
||||
glam = { version = ">=0.10, <0.22", optional = true }
|
||||
nalgebra = { version = ">=0.21, <0.32", optional = true }
|
||||
glam = { version = ">=0.10, <0.23", optional = true }
|
||||
nalgebra = { version = ">=0.21, <0.33", optional = true }
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user