aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork-gui.asd
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-21 11:34:37 -0500
committerColin Okay <colin@cicadas.surf>2022-07-21 11:34:37 -0500
commit6d9b8b48423dba99ecdba004f260c30e6717b6a6 (patch)
tree167f0416e301a32ccfe24ee5dc3b1371a33d108a /wheelwork-gui.asd
parent3782dddb07974f1b1b79478d2f96384498e81bf4 (diff)
[add] gui package. moved button.lisp into gui
Diffstat (limited to 'wheelwork-gui.asd')
-rw-r--r--wheelwork-gui.asd9
1 files changed, 9 insertions, 0 deletions
diff --git a/wheelwork-gui.asd b/wheelwork-gui.asd
new file mode 100644
index 0000000..aa58010
--- /dev/null
+++ b/wheelwork-gui.asd
@@ -0,0 +1,9 @@
+(asdf:defsystem #:wheelwork-gui
+ :description "GUI elments for wheelwork"
+ :author "colin <colin@cicadas.surf>"
+ :license "GPL-3.0"
+ :version "0.0.1"
+ :serial t
+ :depends-on (#:wheelwork)
+ :pathname "gui/"
+ :components ((:file "button")))