mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-22 03:44:28 +08:00
Add support to read embbed control block (tested game: https://vndb.org/v19829 )
This commit is contained in:
18
msg_tool_build/Cargo.toml
Normal file
18
msg_tool_build/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "msg_tool_build"
|
||||
version = "0.3.1"
|
||||
edition = "2024"
|
||||
repository = "https://github.com/lifegpc/msg-tool"
|
||||
description = "Build time library for the msg-tool project."
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
json = { version = "0.12", optional = true }
|
||||
zstd = { version = "0.13", optional = true }
|
||||
|
||||
[features]
|
||||
kirikiri-arc = ["json", "simple-pack"]
|
||||
simple-pack = ["zstd"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
Reference in New Issue
Block a user