diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-15 16:35:06 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-15 16:35:06 -0500 |
commit | b70a404c640785010ecad52af29b4a96184b2c7e (patch) | |
tree | 939b271a963786e649eb0fc1c8aa7e640eb4c89f /wheelwork.asd | |
parent | f2f49f3beae4fb62292e9a80e7ddda64de098771 (diff) |
[add] working canvas demo!
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wheelwork.asd b/wheelwork.asd index 095c949..06fa686 100644 --- a/wheelwork.asd +++ b/wheelwork.asd @@ -40,6 +40,7 @@ (:file "text") (:file "button") (:file "frameset") - (:file "sprite"))) + (:file "sprite") + (:file "canvas"))) (:file "application") (:file "wheelwork"))) |