diff options
Diffstat (limited to 'wheelwork-examples.asd')
-rw-r--r-- | wheelwork-examples.asd | 2 |
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") |