From fbe9750ed78f9c331c083b9825f0e82213f7b5be Mon Sep 17 00:00:00 2001
From: Colin Okay <colin@cicadas.surf>
Date: Sat, 2 Jul 2022 06:30:11 -0500
Subject: [add] wheelwork-exampes.asd system def

---
 wheelwork-examples.asd | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 wheelwork-examples.asd

(limited to 'wheelwork-examples.asd')

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")))
-- 
cgit v1.2.3