mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-21 14:48:42 -06:00
update glam
to 0.27
This commit is contained in:
parent
7bd93af63f
commit
4ea98db39a
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue