aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork-examples.asd
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-28 09:38:35 -0500
committerColin Okay <colin@cicadas.surf>2022-07-28 09:38:35 -0500
commitfdfee6053fb8430566eb7a9960b77cf28826aa01 (patch)
treec372850aaa0a6c50b485ec61abd2db873ad9d096 /wheelwork-examples.asd
parent259b8df3630487055f5d3e1bc98d245973b3a95e (diff)
[add] canvas-paint example; [refactor] with-current-pen
Diffstat (limited to 'wheelwork-examples.asd')
-rw-r--r--wheelwork-examples.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/wheelwork-examples.asd b/wheelwork-examples.asd
index 81fb76d..3243831 100644
--- a/wheelwork-examples.asd
+++ b/wheelwork-examples.asd
@@ -18,4 +18,5 @@
(:file "10-canvas-sneks")
(:file "11-canvas-geometry")
(:file "12-canvas-drawing-language")
- (:file "13-menus")))
+ (:file "13-menus")
+ (:file "14-canvas-paint")))