Skip to content

Commit

Permalink
update glam (SecondHalfGames#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
msparkles authored and Uriopass committed Jun 30, 2024
1 parent f908a1d commit b6d2417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/yakui-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
anymap = "0.12.1"
bitflags = "2.4.2"
glam = "0.25.0"
glam = "0.27.0"
keyboard-types = { version = "0.7.0", default-features = false }
log = "0.4.17"
fast-srgb8 = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/yakui-wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
yakui-core = { path = "../yakui-core", version = "0.2.0" }

wgpu = "0.19.0"
glam = { version = "0.25.0", features = ["bytemuck"] }
glam = { version = "0.27.0", features = ["bytemuck"] }
bytemuck = { version = "1.12.1", features = ["derive"] }
thunderdome = "0.6.0"
profiling = "1.0.6"

0 comments on commit b6d2417

Please sign in to comment.