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

View File

@@ -17,6 +17,7 @@ pathfinding = "4.14"
once_cell = "1.21.3"
thiserror = "1.0"
anyhow = "1.0"
glam = "0.30.4"
[target.'cfg(target_os = "windows")'.dependencies.winapi]
version = "0.3"