diff options
| author | realtradam <[email protected]> | 2024-01-15 20:15:41 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-01-15 20:15:41 -0500 |
| commit | 6bba4f9c3c8b18894183d026fc190175bb14c437 (patch) | |
| tree | cd0e325d13f1230ea0745e2d27a0e0cc0cbad64c /.kobold | |
| download | basic-raylib-template-master.tar.gz basic-raylib-template-master.zip | |
Diffstat (limited to '.kobold')
| -rw-r--r-- | .kobold | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -0,0 +1,35 @@ +[_kobold_config] +format_version = 0.3.0 + +[raylib-linux] +repo = raysan5/raylib +source = https://github.com +dir = external/ +commit = 'c57b8d5' +label = linux-x64-shared + +[raygui] +repo = raysan5/raygui +source = https://github.com +dir = external/ +commit = 'dd36bff' + +[stc] +repo = stclib/stc +source = https://github.com +dir = external/ +commit = '09790f0' + +;[raylib-web] +;repo = raysan5/raylib +;source = https://github.com +;dir = external/emscripten/ +;commit = 'cb1c2ff' +;label = web + +;[emscripten] +;repo = emscripten-core/emscripten +;source = https://github.com +;dir = external/emscripten/ +;commit = 'd581c72' + |
