mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 22a510d..a14bb24 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,5 +1,5 @@
//! crate for dealing with mindustry
-#![feature(array_chunks, const_trait_impl)]
+#![feature(array_chunks, const_trait_impl, const_collections_with_hasher)]
pub mod block;
mod content;
pub mod data;