mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-20 02:44:29 +08:00
Add support to read embbed control block (tested game: https://vndb.org/v19829 )
This commit is contained in:
9
Cargo.lock
generated
9
Cargo.lock
generated
@@ -1437,6 +1437,7 @@ dependencies = [
|
||||
"memchr",
|
||||
"mozjpeg",
|
||||
"msg-tool-jpegxl-sys",
|
||||
"msg_tool_build",
|
||||
"msg_tool_macro",
|
||||
"num_cpus",
|
||||
"overf",
|
||||
@@ -1461,6 +1462,14 @@ dependencies = [
|
||||
"zstd",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "msg_tool_build"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"json",
|
||||
"zstd",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "msg_tool_macro"
|
||||
version = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user