Update glam requirement from >=0.10, <0.21 to >=0.10, <0.22
Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version. - [Release notes](https://github.com/bitshifter/glam-rs/releases) - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.10.0...0.21.1) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		| @@ -29,7 +29,7 @@ std = [] | ||||
|  | ||||
| [dependencies] | ||||
| 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 } | ||||
| serde =  { version = "1", features = ["derive"], optional = true } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user