external library for math types

This commit is contained in:
2025-12-30 23:38:55 +09:00
parent bb8b91345c
commit 77db46198a
5 changed files with 50 additions and 206 deletions

View File

@@ -28,6 +28,9 @@ indexmap = { version = "2.1", features = ["serde"] }
# Regex for parsing
regex = "1.10"
# Math types (Vector2, Vector3, Quaternion, etc.)
glam = { version = "0.29", features = ["serde"] }
[dev-dependencies]
# Testing utilities
pretty_assertions = "1.4"