moa/src/host/frontend/mod.rs
transistor 8d39d84545 Refactored to separate out the commands, and machine configs
Machine definitions are now in their own module and can be
optionally compiled in, and there is now a console and soon
to be gui version of the compiled binary, with individual
binaries for each machine
2021-10-20 15:53:25 -07:00

12 lines
118 B
Rust

pub mod traits;
pub use self::traits::{
Frontend,
Canvas,
SharedCanvas,
Audio,
SharedAudio,
};