mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
7 lines
66 B
Mathematica
7 lines
66 B
Mathematica
|
#import "bindings.h"
|
||
|
|
||
|
int main() {
|
||
|
main_rs();
|
||
|
return 0;
|
||
|
}
|