Skip to content

Commit

Permalink
Upgrade to glam 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Oct 25, 2024
1 parent 2db986f commit 6d98c5a
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.27.0"
glam = "0.29.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.3.0" }

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

0 comments on commit 6d98c5a

Please sign in to comment.