1 2 3 4 5 6 7
#[cfg(not(target_os = "macos"))] compile_error!("tokidex is macOS-only"); pub mod app; pub mod codex_store; pub mod model; pub mod ui;