diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-18 10:25:44 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-18 10:25:44 -0500 |
commit | dc83fef581b1da9ac6944a4c610fed9789d245b6 (patch) | |
tree | 3141366ee185f7940a2c6b8b955bd6e97e2a2092 | |
parent | 84cfbd5c52d035a166bcb8d8ce9bd566b01e4513 (diff) |
[rename] example 1
-rw-r--r-- | examples/01-click-and-drag-bitmap.lisp (renamed from examples/01-bitmap-display.lisp) | 0 | ||||
-rw-r--r-- | wheelwork-examples.asd | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/01-bitmap-display.lisp b/examples/01-click-and-drag-bitmap.lisp index 4bcdba8..4bcdba8 100644 --- a/examples/01-bitmap-display.lisp +++ b/examples/01-click-and-drag-bitmap.lisp 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") |