mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.2", default-features = false } +fimg = { version = "0.3.3", default-features = false } [features] bin = ["fimg/save"] |