[package]
edition = "2021"
name = "mercs2_probe"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mercenaries 2 modernization — headless WAD diagnostic/export tool. Runs the carved-out diagnostics from mercs2_engine::diag as subcommands (no window)."
readme = false
license = "MIT"
repository = "https://github.com/Mercenaries-Fan-Build/notes-on-the-released-game"
[[bin]]
name = "action_table_probe"
path = "src/bin/action_table_probe.rs"
[[bin]]
name = "aset_probe"
path = "src/bin/aset_probe.rs"
[[bin]]
name = "assembly_check"
path = "src/bin/assembly_check.rs"
[[bin]]
name = "assembly_probe"
path = "src/bin/assembly_probe.rs"
[[bin]]
name = "fx_probe"
path = "src/bin/fx_probe.rs"
[[bin]]
name = "gate_probe"
path = "src/bin/gate_probe.rs"
[[bin]]
name = "govern_probe"
path = "src/bin/govern_probe.rs"
[[bin]]
name = "header_diff"
path = "src/bin/header_diff.rs"
[[bin]]
name = "health_probe"
path = "src/bin/health_probe.rs"
[[bin]]
name = "hier_chain"
path = "src/bin/hier_chain.rs"
[[bin]]
name = "hier_dump"
path = "src/bin/hier_dump.rs"
[[bin]]
name = "indx_dump"
path = "src/bin/indx_dump.rs"
[[bin]]
name = "light_probe"
path = "src/bin/light_probe.rs"
[[bin]]
name = "lod_chunks"
path = "src/bin/lod_chunks.rs"
[[bin]]
name = "lodchain_probe"
path = "src/bin/lodchain_probe.rs"
[[bin]]
name = "mercs2_probe"
path = "src/main.rs"
[[bin]]
name = "mesh_probe"
path = "src/bin/mesh_probe.rs"
[[bin]]
name = "model_blocks"
path = "src/bin/model_blocks.rs"
[[bin]]
name = "mtrl_probe"
path = "src/bin/mtrl_probe.rs"
[[bin]]
name = "node_witness"
path = "src/bin/node_witness.rs"
[[bin]]
name = "overlap_probe"
path = "src/bin/overlap_probe.rs"
[[bin]]
name = "place_probe"
path = "src/bin/place_probe.rs"
[[bin]]
name = "rigid_probe"
path = "src/bin/rigid_probe.rs"
[[bin]]
name = "segfix_probe"
path = "src/bin/segfix_probe.rs"
[[bin]]
name = "segm_join"
path = "src/bin/segm_join.rs"
[[bin]]
name = "segm_probe2"
path = "src/bin/segm_probe2.rs"
[[bin]]
name = "sm_dump"
path = "src/bin/sm_dump.rs"
[[bin]]
name = "stray_probe"
path = "src/bin/stray_probe.rs"
[[bin]]
name = "swim_clip_probe"
path = "src/bin/swim_clip_probe.rs"
[[bin]]
name = "tex_dump"
path = "src/bin/tex_dump.rs"
[[bin]]
name = "viewstate_probe"
path = "src/bin/viewstate_probe.rs"
[dependencies.mercs2_core]
version = "1.0.0"
[dependencies.mercs2_engine]
version = "1.0.0"
[dependencies.mercs2_formats]
version = "2.0.0"