From 623557259e6906dbd33a5ebf26c4ff6c4ad7eec8 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Thu, 27 Oct 2022 23:22:07 +0200 Subject: Made the screen fullscreen while animating and removed uncessary imports --- src/main.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 7b4544b..84e0f7f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,10 +1,6 @@ -#![allow(unused_imports, unused_variables, unused_mut)] - use std::error::Error; mod generation; -use generation::*; mod ui; -use ui::*; fn main() -> Result<(), Box> { generation::init() -- cgit v1.2.3