(asdf:defsystem #:wheelwork-examples :description "Examples using wheelwork" :author "colin " :license "GPL-3.0" :version "0.0.1" :serial t :depends-on (#:wheelwork) :pathname "examples/" :components ((:file "01-bitmap-display") (:file "02-moving-bitmp") (:file "03-font-render") (:file "04-a-button") (:file "05-frameset-animation") (:file "06-sprite") (:file "07-renderarea")))