mindustry logic execution, map- and schematic- parsing and rendering
dont build fimg twice
| -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 a990469..c5cdc49 100644 --- a/mindus/Cargo.toml +++ b/mindus/Cargo.toml @@ -24,14 +24,14 @@ thiserror = "1.0" bobbin-bits = "0.1" enum_dispatch = "0.3" phf = { version = "0.11", features = ["macros"] } -fimg = { version = "0.4.23", features = ["scale", "blur"], default-features = false } +fimg = { version = "0.4.23", features = ["scale", "blur", "save"], default-features = false } [features] bin = ["fimg/save"] default = ["bin"] [build-dependencies] -fimg = { version = "0.4.26", features = ["scale", "save"] } +fimg = { version = "0.4.26", features = ["scale", "save", "blur"], default-features = false } walkdir = "2" [[bin]] |