(asdf:defsystem #:wheelwork-gui :description "GUI elments for wheelwork" :author "colin " :license "GPL-3.0" :version "0.0.1" :serial t :depends-on (#:wheelwork) :pathname "gui/" :components ((:file "button") (:file "menus")))