aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork-examples.asd
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-12-10 07:11:02 -0800
committercolin <colin@cicadas.surf>2024-12-10 07:11:02 -0800
commit03cdbb6a15e130a012377ab8d54074b6864e3480 (patch)
treead8c5cfbd7262a5bf9555729e9b57b26457de027 /wheelwork-examples.asd
parent2cbb8e4114c860e1774efd40d18661aee8ab2a72 (diff)
cleanup, examples use def
Diffstat (limited to 'wheelwork-examples.asd')
-rw-r--r--wheelwork-examples.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/wheelwork-examples.asd b/wheelwork-examples.asd
index 3243831..2834c20 100644
--- a/wheelwork-examples.asd
+++ b/wheelwork-examples.asd
@@ -4,7 +4,7 @@
:license "GPL-3.0"
:version "0.0.1"
:serial t
- :depends-on (#:wheelwork #:wheelwork-gui)
+ :depends-on (#:wheelwork #:wheelwork-gui #:def)
:pathname "examples/"
:components ((:file "01-click-and-drag-image")
(:file "02-image-transforms-and-events")