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:
Dimitri Sabadie 2023-05-30 10:27:54 +02:00 committed by GitHub
commit e1b78070c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ std = []
[dependencies]
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 }
serde = { version = "1", features = ["derive"], optional = true }