Remove empty SAO UI Rust modules

This commit is contained in:
mars 2022-11-14 17:21:58 -07:00
parent 3271c35e41
commit 2b3baf2198
3 changed files with 0 additions and 4 deletions

View File

@ -1 +0,0 @@

View File

@ -5,9 +5,7 @@
static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;
pub mod anim;
pub mod draw;
pub mod main_menu;
pub mod panel;
pub mod widgets;
use canary_script::*;

View File

@ -1 +0,0 @@