mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "mindus" -version = "1.4.5" +version = "1.4.6" edition = "2021" description = "A library for working with mindustry data formats (eg schematics and maps) (fork of plandustry)" authors = [ @@ -25,7 +25,7 @@ fast_image_resize = "2.7" thiserror = "1.0" bobbin-bits = "0.1" blurslice = { version = "0.1", optional = true } -dashmap = { version = "5.5", features = ["inline"] } +phf = { version = "0.11", features = ["macros"] } [features] schem_shadow = ["dep:blurslice"] |