makepad-example-ironfish 1.0.0

Makepad ironfish 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_ironfish::app::app_main()
}