diff options
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"))) |