This commit is contained in:
geoffsee
2025-06-30 12:03:59 -04:00
commit 4c6c36eff1
73 changed files with 9322 additions and 0 deletions

6
mobile/ios-src/main.m Normal file
View File

@@ -0,0 +1,6 @@
#import "bindings.h"
int main() {
main_rs();
return 0;
}