diff options
Diffstat (limited to 'wheelwork-examples.asd')
-rw-r--r-- | wheelwork-examples.asd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/wheelwork-examples.asd b/wheelwork-examples.asd new file mode 100644 index 0000000..60753fa --- /dev/null +++ b/wheelwork-examples.asd @@ -0,0 +1,14 @@ +(asdf:defsystem #:wheelwork-examples + :description "Examples using wheelwork" + :author "colin <colin@cicadas.surf>" + :license "Artistic-2.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"))) |