add raylib 5.5 as source
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
45d5284776
commit
c439d4145b
1014 changed files with 495213 additions and 0 deletions
13
raylib-5.5/projects/SublimeText/raylib.sublime-build
Normal file
13
raylib-5.5/projects/SublimeText/raylib.sublime-build
Normal 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"
|
||||
},
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue