feature/capability-based-deps #53

Merged
david merged 130 commits from feature/capability-based-deps into main 2026-03-31 01:55:23 +00:00
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 = "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-terminal = { run = "uv run mainline.py --display terminal", depends = ["sync-all"] }