chore: remove egui from project

I want to re-implement this later.
This commit is contained in:
2021-07-27 22:38:21 -05:00
parent bd685a99a4
commit 1a4546f4a4
5 changed files with 7 additions and 448 deletions

View File

@@ -1,5 +1,4 @@
pub use apu::gen::AudioMPSC;
pub use gui::Egui;
pub use instruction::Cycle;
pub const GB_WIDTH: usize = 160;
@@ -10,7 +9,6 @@ mod bus;
mod cartridge;
mod cpu;
pub mod emu;
mod gui;
mod high_ram;
mod instruction;
mod interrupt;