From 6d98c5af1f073cb2777b5bd6ae4a1579c822bca2 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 25 Oct 2024 13:32:54 -0400 Subject: [PATCH] Upgrade to glam 0.29 --- crates/yakui-core/Cargo.toml | 2 +- crates/yakui-wgpu/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/yakui-core/Cargo.toml b/crates/yakui-core/Cargo.toml index cbe7efbc..4a98606a 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.27.0" +glam = "0.29.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 1aea6e97..43d74f5a 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.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"