game-engine/package.json
Benjamin Palko 81f252dd96 remove nix
2025-06-21 10:38:27 -04:00

8 lines
138 B
JSON

{
"name": "game-engine",
"scripts": {
"setup": "meson setup build",
"build": "meson compile -C build",
"run": "./build/main"
}
}