diff options
author | Colin Okay <okay@toyful.space> | 2022-07-23 13:22:27 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-07-23 13:22:27 -0500 |
commit | f9baaf493cebd3ec504022f67018a31dd2f153c0 (patch) | |
tree | 9ae9515eeaec1fe36a05399604b2d71c636ca183 | |
parent | c33701fc1c6cc18faf8ff5e02245ab94877b1f54 (diff) |
[dep] examples system def depends on wheelwork-gui
-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 085523a..75d7ef4 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) + :depends-on (#:wheelwork #:wheelwork-gui) :pathname "examples/" :components ((:file "01-click-and-drag-image") (:file "02-moving-bitmp") |