use glib::ExitCode; use rdraught::draughts::DraughtsGame; fn main() -> ExitCode { let game = DraughtsGame::default(); rdraught_ui::run(game) }