refactor: add 'glam' for better positioning types, drop position types

This commit is contained in:
2025-07-23 21:24:47 -05:00
parent eaa4ab37f9
commit eead31d7fc
11 changed files with 183 additions and 206 deletions

7
Cargo.lock generated
View File

@@ -77,6 +77,12 @@ dependencies = [
"wasi",
]
[[package]]
name = "glam"
version = "0.30.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50a99dbe56b72736564cfa4b85bf9a33079f16ae8b74983ab06af3b1a3696b11"
[[package]]
name = "hashbrown"
version = "0.15.4"
@@ -171,6 +177,7 @@ name = "pacman"
version = "0.1.0"
dependencies = [
"anyhow",
"glam",
"lazy_static",
"libc",
"once_cell",