summaryrefslogtreecommitdiff
path: root/client/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/main.rs')
-rw-r--r--client/src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/main.rs b/client/src/main.rs
index 699e09d..bfd7d10 100644
--- a/client/src/main.rs
+++ b/client/src/main.rs
@@ -16,6 +16,8 @@
*/
#![feature(iter_array_chunks)]
#![feature(mpmc_channel)]
+#![feature(array_chunks)]
+#![feature(new_zeroed_alloc)]
pub mod camera;
pub mod download;
pub mod network;