Initial raylib + toy example is working

This commit is contained in:
2026-04-27 14:23:42 +10:00
parent 6ba9adff2f
commit 51932bb671
5 changed files with 202 additions and 12 deletions
+3
View File
@@ -0,0 +1,3 @@
var screenWidth = 1280;
var screenHeight = 720;
var screenCaption = "Hello raylib from Toy!";