use lexsdl::*; fn main() { let options = LexSdlOptions::default(); init(&options).unwrap(); run(||{ //todo }); quit(); }