render: cgmath -> glam

This commit is contained in:
Vukašin Vojinović 2026-07-16 12:46:49 +02:00 committed by Victoria Brekenfeld
parent 2d95d46a37
commit 160bd39ba4
5 changed files with 41 additions and 41 deletions

View file

@ -83,7 +83,7 @@ parking_lot = "0.12.5"
logind-zbus = { version = "5.3.2", optional = true }
futures-executor = { version = "0.3.32" }
futures-util = "0.3.32"
cgmath = "0.18.0"
glam = { version = "0.33", default-features = false, features = ["std"] }
smallvec = "1.15.2"
[dependencies.id_tree]
@ -144,4 +144,4 @@ lto = "fat"
cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", branch = "main" }
[patch.crates-io]
smithay = { git = "https://github.com/smithay/smithay.git", rev = "efeb597" }
smithay = { git = "https://github.com/smithay/smithay.git", rev = "812bd33" }