Add raylib library

This commit is contained in:
2023-10-31 11:39:24 +01:00
parent f3474ff895
commit 3acf19b705
896 changed files with 510860 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{
"variants": [
{
"name": "desktop",
"shell_cmd": "cd ${folder}\\src && mingw32-make PLATFORM=PLATFORM_DESKTOP"
},
{
"name": "examples",
"shell_cmd": "cd ${folder}\\examples && mingw32-make PLATFORM=PLATFORM_DESKTOP"
},
]
}