From 57942486135d99a744a082d8228d47cea6b76a7e Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 5 Dec 2024 16:26:21 -0600 Subject: [PATCH] chore: Allow unused imports to allow for cross-platform compilation. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index f342e1d..f8d02ed 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,4 @@ +#[allow(unused_imports)] use bevy::{ app::{AppExit, TerminalCtrlCHandlerPlugin}, prelude::*,