Files
censtablo/project.janet
2026-02-12 12:42:17 +00:00

17 lines
344 B
Janet

(declare-project
:name "censtablo"
:description ""
:version "0.0.0")
(declare-executable
:name "censtablo"
:entry "./main.janet"
:install true
:pkg-config-libs ["wayland-client" "xkbcommon"])
(declare-executable
:name "censtablo-repl"
:entry "./repl.janet"
:install true
:pkg-config-libs ["wayland-client" "xkbcommon"])