wad_builder 1.0.0

Mercenaries 2 modernization — generic raw-asset to engine-format vz-patch.wad builder, with a byte-exact identity oracle for parse/serialize correctness.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "wad_builder"
version = "1.0.0"
edition = "2021"
description = "Mercenaries 2 modernization — generic raw-asset to engine-format vz-patch.wad builder, with a byte-exact identity oracle for parse/serialize correctness."
license.workspace = true
repository.workspace = true

[[bin]]
name = "wad_builder"
path = "src/main.rs"

[dependencies]
mercs2_formats = { workspace = true }
clap = { version = "4", features = ["derive"] }