aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork-gui.asd
blob: b6483a34e72f5f6dcbc6623ffc725435b8e52fb1 (plain)
1
2
3
4
5
6
7
8
9
10
(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")
               (:file "menus")))