add lightwave parser

This commit is contained in:
2023-05-09 19:04:50 +02:00
parent 09a1e9ac0b
commit 48d3004c35
22 changed files with 667 additions and 13 deletions

8
rust/Cargo.lock generated
View File

@@ -318,6 +318,13 @@ version = "0.2.144"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
[[package]]
name = "lightwave"
version = "0.1.0"
dependencies = [
"binrw",
]
[[package]]
name = "lock_api"
version = "0.4.9"
@@ -350,6 +357,7 @@ dependencies = [
name = "mhex"
version = "0.1.0"
dependencies = [
"lightwave",
"starforcelib",
]