feat(P.3.4): initial — Sporel Launcher v0.1.0 (FSM + click-UI + quit-confirm)

This commit is contained in:
Calic
2026-05-12 23:05:55 +02:00
commit 141683438d
4 changed files with 173 additions and 0 deletions

9
manifest.module Normal file
View File

@@ -0,0 +1,9 @@
{
"id": "lib-sporel.launcher",
"version": "0.1.0",
"kind": "module",
"name": "Sporel Launcher",
"deps": [
{ "id": "lib-core.input", "version": "^0.3.0" }
]
}