mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'lemu/Cargo.toml')
| -rw-r--r-- | lemu/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lemu/Cargo.toml b/lemu/Cargo.toml index 714ecfe..2db8388 100644 --- a/lemu/Cargo.toml +++ b/lemu/Cargo.toml @@ -21,6 +21,7 @@ comat = { version = "0.1.2", optional = true } vecto = "0.1.1" [features] +debug = ["comat"] bin = ["fimg/save", "diagnose"] diagnose = ["rust-fuzzy-search", "lerr", "comat"] default = ["bin"] |