v1.2.0 convert-textures

gzip no workie yet
some pngs upset the decoder lib
This commit is contained in:
Quaternions 2023-09-28 23:02:39 -07:00
parent 4417bafc5c
commit 45e8e415d0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -716,7 +716,7 @@ dependencies = [
[[package]] [[package]]
name = "map-tool" name = "map-tool"
version = "1.1.0" version = "1.2.0"
dependencies = [ dependencies = [
"clap 4.4.2", "clap 4.4.2",
"flate2", "flate2",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "map-tool" name = "map-tool"
version = "1.1.0" version = "1.2.0"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html