mirror of
https://github.com/bevyengine/bevy
synced 2025-02-17 06:28:34 +00:00
6 lines
66 B
Objective-C
6 lines
66 B
Objective-C
#import "bindings.h"
|
|
|
|
int main() {
|
|
main_rs();
|
|
return 0;
|
|
}
|