mindustry logic execution, map- and schematic- parsing and rendering
Switch flate2 to native zlib
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "plandustry" -version = "1.0.0" +version = "1.0.1" edition = "2021" description = "A command-line tool for working with Mindustry schematics" authors = ["KosmosPrime <[email protected]>"] @@ -8,7 +8,7 @@ repository = "https://github.com/KosmosPrime/plandustry.git" license = "GPL-3.0" [dependencies] -flate2 = "1.0" +flate2 = {version = "1.0", features = ["zlib"], default-features = false} [[bin]] name = "plandustry" |