mirror of
https://github.com/Theaninova/mhlib.git
synced 2025-12-13 04:56:20 +00:00
add lightwave parser
This commit is contained in:
7
rust/Cargo.lock
generated
7
rust/Cargo.lock
generated
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user