From 4ea98db39a01a52058927b93c593f5eeb0b8eb5a Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Sun, 24 Mar 2024 21:00:46 +0100 Subject: [PATCH] update `glam` to `0.27` --- hui-examples/Cargo.toml | 2 +- hui-glium/Cargo.toml | 2 +- hui-winit/Cargo.toml | 2 +- hui/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hui-examples/Cargo.toml b/hui-examples/Cargo.toml index 9314960..797483c 100644 --- a/hui-examples/Cargo.toml +++ b/hui-examples/Cargo.toml @@ -12,7 +12,7 @@ hui-winit = { path = "../hui-winit" } kubi-logging = { git = "https://github.com/griffi-gh/kubi", rev = "c162893fd" } glium = "0.34" winit = "0.29" -glam = "0.25" +glam = "0.27" log = "0.4" #created as a workaround for rust-analyzer dependency cycle (which should be allowed) diff --git a/hui-glium/Cargo.toml b/hui-glium/Cargo.toml index a0c1f2c..3f654a2 100644 --- a/hui-glium/Cargo.toml +++ b/hui-glium/Cargo.toml @@ -17,5 +17,5 @@ include = [ [dependencies] hui = { version = "=0.1.0-alpha.4", path = "../hui", default-features = false } glium = { version = "0.34", default-features = false } -glam = "0.25" +glam = "0.27" log = "0.4" diff --git a/hui-winit/Cargo.toml b/hui-winit/Cargo.toml index 1d6d6d4..87e15fa 100644 --- a/hui-winit/Cargo.toml +++ b/hui-winit/Cargo.toml @@ -16,5 +16,5 @@ include = [ [dependencies] hui = { version = "=0.1.0-alpha.4", path = "../hui", default-features = false } winit = { version = "0.29", default-features = false } -glam = "0.25" +glam = "0.27" log = "0.4" diff --git a/hui/Cargo.toml b/hui/Cargo.toml index 258dbaf..41eb7d5 100644 --- a/hui/Cargo.toml +++ b/hui/Cargo.toml @@ -18,7 +18,7 @@ include = [ [dependencies] hashbrown = "0.14" nohash-hasher = "0.2" -glam = "0.25" +glam = "0.27" fontdue = "0.8" rect_packer = "0.2" log = "0.4"