makepad-example-simple 1.0.0

Makepad simple example
Documentation
1
2
3
4
5
6
// this stub is necessary because some platforms require building
// as dll (mobile / wasm) and some require to be built as executable
// unfortunately cargo doesn't facilitate this without a main.rs stub
fn main(){
    makepad_example_simple::app::app_main()
}