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

10
Cargo.lock generated
View File

@@ -15,6 +15,7 @@ dependencies = [
name = "cursebreaker-parser"
version = "0.1.0"
dependencies = [
"glam",
"indexmap",
"pretty_assertions",
"regex",
@@ -35,6 +36,15 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]]
name = "glam"
version = "0.29.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8babf46d4c1c9d92deac9f7be466f76dfc4482b6452fc5024b5e8daf6ffeb3ee"
dependencies = [
"serde",
]
[[package]]
name = "hashbrown"
version = "0.16.1"