Recreated ABI comatiblity
This commit is contained in:
parent
594ca73be4
commit
4f808f7da1
2 changed files with 218 additions and 217 deletions
|
|
@ -14,7 +14,7 @@ pub fn main() anyerror!void
|
|||
const screenWidth = 800;
|
||||
const screenHeight = 450;
|
||||
|
||||
InitWindow(screenWidth, screenHeight, c"Rayzig test");
|
||||
InitWindow(screenWidth, screenHeight, c"raylib-zig [core] example - basic window");
|
||||
|
||||
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue