diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2022-10-27 23:22:07 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2022-10-27 23:22:07 +0200 |
| commit | 623557259e6906dbd33a5ebf26c4ff6c4ad7eec8 (patch) | |
| tree | b8a67528fb11a54d26195352cfa62bc81b5388e5 /src/main.rs | |
| parent | cbc269c1ca61ef8abc63a9cc4ba3c3344e3731e6 (diff) | |
| download | gof-rs-623557259e6906dbd33a5ebf26c4ff6c4ad7eec8.tar.xz gof-rs-623557259e6906dbd33a5ebf26c4ff6c4ad7eec8.zip | |
Made the screen fullscreen while animating and removed uncessary imports
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 4 |
1 files changed, 0 insertions, 4 deletions
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<dyn Error>> { generation::init() |
