1 2 3 4 5 6
use notan::prelude::*; #[notan_main] fn main() -> Result<(), String> { notan::init().build() }