From e9e5df5ff1e09356bf2ad0bcc82bbaee6a2acc0d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 11 Jan 2025 00:24:12 +0100 Subject: things --- client/src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/main.rs') diff --git a/client/src/main.rs b/client/src/main.rs index 0ee665c..091854b 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -15,6 +15,7 @@ along with this program. If not, see . */ #![feature(iter_array_chunks)] +#![feature(mpmc_channel)] pub mod camera; pub mod download; pub mod network; @@ -22,8 +23,8 @@ pub mod renderer; pub mod scene_prepare; pub mod scene_render; pub mod state; -pub mod window; pub mod ui; +pub mod window; use anyhow::Result; use clap::Parser; -- cgit v1.2.3-70-g09d2