1 2 3 4 5 6
use iced::{Application, Settings}; use stopwatch::Stopwatch; pub fn main() { Stopwatch::run(Settings::default()) }