auto_runner/
lib.rs

1#[cfg(feature = "sdl2")]
2pub mod gui;
3#[cfg(feature = "cursive")]
4pub mod terminal;
5#[cfg(feature = "wasm")]
6pub mod web;