add lightwave parser

This commit is contained in:
2023-05-09 21:11:45 +02:00
parent 48d3004c35
commit 8cf1ac2635
9 changed files with 498 additions and 21 deletions

7
rust/Cargo.lock generated
View File

@@ -242,6 +242,12 @@ dependencies = [
"weezl",
]
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "half"
version = "2.2.1"
@@ -357,6 +363,7 @@ dependencies = [
name = "mhex"
version = "0.1.0"
dependencies = [
"glob",
"lightwave",
"starforcelib",
]