mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 59698ff..c2296f7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,5 @@
//! crate for dealing with mindustry
+#![feature(lazy_cell, slice_as_chunks)]
mod access;
pub mod block;
mod content;