Merge pull request #97 from phaazon/dependabot/cargo/master/glam-gte-0.10-and-lt-0.25
Update glam requirement from >=0.10, <0.23 to >=0.10, <0.25
This commit is contained in:
commit
e1b78070c6
@ -23,7 +23,7 @@ std = []
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cgmath = { version = ">=0.17, <0.19", optional = true }
|
cgmath = { version = ">=0.17, <0.19", optional = true }
|
||||||
glam = { version = ">=0.10, <0.23", optional = true }
|
glam = { version = ">=0.10, <0.25", optional = true }
|
||||||
nalgebra = { version = ">=0.21, <0.33", optional = true }
|
nalgebra = { version = ">=0.21, <0.33", optional = true }
|
||||||
serde = { version = "1", features = ["derive"], optional = true }
|
serde = { version = "1", features = ["derive"], optional = true }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user