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