mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ //! crate for dealing with mindustry -#![feature(lazy_cell, slice_as_chunks)] +#![feature(lazy_cell, array_chunks)] mod access; pub mod block; mod content; |