mirror of
https://github.com/bevyengine/bevy
synced 2024-11-14 00:47:32 +00:00
9cc6368b28
An example of bevy using xcode
6 lines
66 B
Objective-C
6 lines
66 B
Objective-C
#import "bindings.h"
|
|
|
|
int main() {
|
|
main_rs();
|
|
return 0;
|
|
}
|