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 ca6e328..47f0e82 100644 --- a/wheelwork-examples.asd +++ b/wheelwork-examples.asd @@ -6,7 +6,7 @@ :serial t :depends-on (#:wheelwork) :pathname "examples/" - :components ((:file "01-bitmap-display") + :components ((:file "01-click-and-drag-bitmap") (:file "02-moving-bitmp") (:file "03-font-render") (:file "04-a-button") |