mirror of
https://github.com/transistorfet/moa.git
synced 2024-12-01 09:49:39 +00:00
083f3607ba
I wanted to make this a bit more modular, so it's easier in theory to write external crates that can reuse bits, and selectively compile in bits, such as adding new systems or new cpu implementations
5 lines
125 B
Rust
5 lines
125 B
Rust
|
|
mod system;
|
|
pub use crate::system::{build_computie, build_computie_k30, launch_terminal_emulator, launch_slip_connection};
|
|
|