mindustry logic execution, map- and schematic- parsing and rendering
| -rw-r--r-- | lemu/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lemu/Cargo.toml b/lemu/Cargo.toml index 0d45ebd..551d41f 100644 --- a/lemu/Cargo.toml +++ b/lemu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lemu" -version = "0.2.21" +version = "0.2.22" edition = "2024" description = "M-LOG runner" authors = ["bend-n <[email protected]>"] @@ -12,7 +12,7 @@ keywords = ["mindustry", "logic", "emulator", "executor"] [dependencies] thiserror = "1.0" enum_dispatch = "0.3" -fimg = { version = "0.4.26", default-features = false } +fimg = { version = "0.4.52", default-features = false } logos = "0.14.0" rust-fuzzy-search = { version = "0.1.1", optional = true } beef = "0.5" |