aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork.asd
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-06-21 08:12:30 -0500
committerColin Okay <colin@cicadas.surf>2022-06-21 08:12:30 -0500
commit49ac2ad797e63957f0058ef4ad6e15dda482175d (patch)
tree8e7890133b537170df791931ac4a93f9d1fe227e /wheelwork.asd
parent34beb8319f658277c39403ec9b8d58e79b472c97 (diff)
[add] start function and event loop
Diffstat (limited to 'wheelwork.asd')
-rw-r--r--wheelwork.asd4
1 files changed, 3 insertions, 1 deletions
diff --git a/wheelwork.asd b/wheelwork.asd
index e9f5629..582c9ab 100644
--- a/wheelwork.asd
+++ b/wheelwork.asd
@@ -12,6 +12,8 @@
#:defclass-std
#:3d-vectors
#:3d-matrices
- #:hyperquirks)
+ #:hyperquirks
+ #:pngload
+ #:closer-mop)
:components ((:file "package")
(:file "wheelwork")))