retrix/src/main.rs

8 lines
94 B
Rust

use iced::Sandbox;
pub mod ui;
fn main() {
ui::Retrix::run(iced::Settings::default())
}