blob: 9ca2e3c68eee5bd57c572897fe98244d97f47c13 [file] [log] [blame]
use anyhow::Result;
fn main() -> Result<()> {
with_winit::main()
}