mindustry logic execution, map- and schematic- parsing and rendering
| -rw-r--r-- | mindus/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mindus/Cargo.toml b/mindus/Cargo.toml index be5cd21..c7411cd 100644 --- a/mindus/Cargo.toml +++ b/mindus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindus" -version = "4.0.17" +version = "4.0.18" edition = "2021" description = "A library for working with mindustry data formats (eg schematics and maps) (fork of plandustry)" authors = [ @@ -26,7 +26,7 @@ blurslice = { version = "0.1" } enum_dispatch = "0.3" fast_image_resize = "2.7" phf = { version = "0.11", features = ["macros"] } -fimg = { version = "0.3.4", default-features = false } +fimg = { version = "0.4.0", default-features = false } [features] bin = ["fimg/save"] |