Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #97 from phaazon/dependabot/cargo/master/glam-gte-…
Browse files Browse the repository at this point in the history
…0.10-and-lt-0.25

Update glam requirement from >=0.10, <0.23 to >=0.10, <0.25
  • Loading branch information
hadronized authored May 30, 2023
2 parents decd85d + cdc48a4 commit e1b7807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit e1b7807

Please sign in to comment.