update glam to 0.27

This commit is contained in:
griffi-gh 2024-03-24 21:00:46 +01:00
parent 7bd93af63f
commit 4ea98db39a
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ hui-winit = { path = "../hui-winit" }
kubi-logging = { git = "https://github.com/griffi-gh/kubi", rev = "c162893fd" } kubi-logging = { git = "https://github.com/griffi-gh/kubi", rev = "c162893fd" }
glium = "0.34" glium = "0.34"
winit = "0.29" winit = "0.29"
glam = "0.25" glam = "0.27"
log = "0.4" log = "0.4"
#created as a workaround for rust-analyzer dependency cycle (which should be allowed) #created as a workaround for rust-analyzer dependency cycle (which should be allowed)

View file

@ -17,5 +17,5 @@ include = [
[dependencies] [dependencies]
hui = { version = "=0.1.0-alpha.4", path = "../hui", default-features = false } hui = { version = "=0.1.0-alpha.4", path = "../hui", default-features = false }
glium = { version = "0.34", default-features = false } glium = { version = "0.34", default-features = false }
glam = "0.25" glam = "0.27"
log = "0.4" log = "0.4"

View file

@ -16,5 +16,5 @@ include = [
[dependencies] [dependencies]
hui = { version = "=0.1.0-alpha.4", path = "../hui", default-features = false } hui = { version = "=0.1.0-alpha.4", path = "../hui", default-features = false }
winit = { version = "0.29", default-features = false } winit = { version = "0.29", default-features = false }
glam = "0.25" glam = "0.27"
log = "0.4" log = "0.4"

View file

@ -18,7 +18,7 @@ include = [
[dependencies] [dependencies]
hashbrown = "0.14" hashbrown = "0.14"
nohash-hasher = "0.2" nohash-hasher = "0.2"
glam = "0.25" glam = "0.27"
fontdue = "0.8" fontdue = "0.8"
rect_packer = "0.2" rect_packer = "0.2"
log = "0.4" log = "0.4"