mindustry logic execution, map- and schematic- parsing and rendering
i suppose i ought publish
| -rw-r--r-- | mindus/Cargo.toml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mindus/Cargo.toml b/mindus/Cargo.toml index e6976bc..b55d555 100644 --- a/mindus/Cargo.toml +++ b/mindus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindus" -version = "5.0.42" +version = "5.0.43" edition = "2024" description = "A library for working with mindustry data formats (eg schematics and maps) (fork of plandustry)" authors = [ @@ -59,5 +59,11 @@ path = "src/exe/mod.rs" [dev-dependencies] diff = "0.1" +[profile.release] +debug = 2 +opt-level = 3 +lto = "thin" +incremental = true + [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] |