From 8a51ba81c7df6b0b6dab7cf4b35b5ca084b653ba Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 10 Dec 2024 07:11:02 -0800 Subject: Replaced defclass-std with def --- wheelwork-examples.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wheelwork-examples.asd') 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") -- cgit v1.2.3