diff --git a/crates/yakui-core/Cargo.toml b/crates/yakui-core/Cargo.toml index 25f0474e..3381c682 100644 --- a/crates/yakui-core/Cargo.toml +++ b/crates/yakui-core/Cargo.toml @@ -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" diff --git a/crates/yakui-wgpu/Cargo.toml b/crates/yakui-wgpu/Cargo.toml index a0431610..b36ec482 100644 --- a/crates/yakui-wgpu/Cargo.toml +++ b/crates/yakui-wgpu/Cargo.toml @@ -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"