Feat: - Using Tauri framework by default - Add new configuration to initiate mobile app and its command for dev - Add dependencies needed for mobile build Test: - Confirm to be built successfully
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
#include "bindings/bindings.h"
|
|
|
|
int main(int argc, char * argv[]) {
|
|
ffi::start_app();
|
|
return 0;
|
|
}
|