external library for math types
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user