mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ flate2 = { version = "1.0", features = ["zlib"], default-features = false } base64 = "0.21.2" paste = "1.0.12" strconv = { path = "strconv" } +image = { version = "0.24.6", features = ["png"], default-features = false } +const-str = "0.5.5" +color-hex = "0.2.0" [[bin]] name = "plandustry" |