Merge pull request #88 from phaazon/dependabot/cargo/master/glam-gte-0.10-and-lt-0.22

Update glam requirement from >=0.10, <0.21 to >=0.10, <0.22
This commit is contained in:
Dimitri Sabadie 2022-07-27 00:09:22 +02:00 committed by GitHub
commit 043a8608c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,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.21", optional = true } glam = { version = ">=0.10, <0.22", optional = true }
nalgebra = { version = ">=0.21, <0.31", optional = true } nalgebra = { version = ">=0.21, <0.31", optional = true }
serde = { version = "1", features = ["derive"], optional = true } serde = { version = "1", features = ["derive"], optional = true }