diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-27 12:07:10 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-27 12:07:10 -0500 |
commit | 11f8d6dad0078464ccbc29cab57908a0923ca447 (patch) | |
tree | ff56d4daf1c2d7cb657587a9fcacdeedfef36307 /wheelwork-examples.asd | |
parent | 0b743b90752bacf31923171af9af0e5ff1f08095 (diff) |
[refactor] represent scene as a vector; [refactor] shared text shader
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 75d7ef4..81fb76d 100644 --- a/wheelwork-examples.asd +++ b/wheelwork-examples.asd @@ -7,7 +7,7 @@ :depends-on (#:wheelwork #:wheelwork-gui) :pathname "examples/" :components ((:file "01-click-and-drag-image") - (:file "02-moving-bitmp") + (:file "02-image-transforms-and-events") (:file "03-font-render") (:file "04-a-button") (:file "05-frameset-animation") |