mapfixer/Cargo.toml

29 lines
564 B
TOML
Raw Normal View History

2023-09-04 19:24:00 +00:00
[package]
2023-09-05 07:40:39 +00:00
name = "map-tool"
version = "1.5.0"
2023-09-04 19:24:00 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-10-02 03:07:11 +00:00
anyhow = "1.0.75"
2023-09-13 01:17:03 +00:00
clap = { version = "4.4.2", features = ["derive"] }
flate2 = "1.0.27"
image = "0.24.7"
image_dds = "0.1.1"
2023-11-18 23:47:54 +00:00
lazy-regex = "3.1.0"
2023-09-04 19:24:00 +00:00
rbx_binary = "0.7.1"
2023-09-05 00:16:02 +00:00
rbx_dom_weak = "2.5.0"
rbx_reflection_database = "0.2.7"
2023-09-30 10:14:02 +00:00
rbx_xml = "0.13.1"
2024-01-09 04:21:24 +00:00
vbsp = "0.5.0"
vmdl = "0.1.1"
vmt-parser = "0.1.1"
vpk = "0.2.0"
vtf = "0.2.1"
2023-09-11 23:46:56 +00:00
2023-11-09 23:51:11 +00:00
#[profile.release]
#lto = true
#strip = true
#codegen-units = 1