working packing generator example

This commit is contained in:
Stefan Stefanov 2024-04-21 13:59:27 +03:00
parent c8e5cfcdef
commit 7510894c78
5 changed files with 198 additions and 83 deletions

8
.vscode/tasks.json vendored
View file

@ -59,7 +59,13 @@
{
"label": "Build&Run Tile Generator Test",
"type": "shell",
"command": "odin run src/aseprite_odin_generator -out:build/aseprite_odin_generator.exe",
"command": "odin run",
"args": [
"src/aseprite_odin_generator",
"-define:RAYLIB_SHARED=true",
"-out:build_generator/aseprite_odin_generator.exe",
"-debug"
],
"options": {
"cwd": "${workspaceFolder}"
},