Skip to content

Commit

Permalink
Update glam to 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
a1phyr committed May 9, 2023
1 parent bc62013 commit a3d2fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion graphics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ opengl = []
image_rs = ["kamadak-exif"]

[dependencies]
glam = "0.21.3"
glam = "0.24"
log = "0.4"
raw-window-handle = "0.5"
thiserror = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ version = "0.1.6"
optional = true

[dependencies.encase]
version = "0.3.0"
version = "0.6.1"
features = ["glam"]

[dependencies.glam]
version = "0.21.3"
version = "0.24"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
Expand Down

0 comments on commit a3d2fc3

Please sign in to comment.