diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-21 08:12:30 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-21 08:12:30 -0500 |
commit | 49ac2ad797e63957f0058ef4ad6e15dda482175d (patch) | |
tree | 8e7890133b537170df791931ac4a93f9d1fe227e /wheelwork.asd | |
parent | 34beb8319f658277c39403ec9b8d58e79b472c97 (diff) |
[add] start function and event loop
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 4 |
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"))) |