WIP #35

Closed
david wants to merge 135 commits from klubhaus:feature/capability-based-deps into main
Showing only changes of commit f136bd75f1 - Show all commits

View File

@@ -19,7 +19,8 @@ format = "uv run ruff format engine/ mainline.py"
# Run # Run
# ===================== # =====================
run = "uv run mainline.py" mainline = "uv run mainline.py"
run = { run = "uv run mainline.py", depends = ["sync-all"] }
run-pygame = { run = "uv run mainline.py --display pygame", depends = ["sync-all"] } run-pygame = { run = "uv run mainline.py --display pygame", depends = ["sync-all"] }
run-terminal = { run = "uv run mainline.py --display terminal", depends = ["sync-all"] } run-terminal = { run = "uv run mainline.py --display terminal", depends = ["sync-all"] }