diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-23 08:56:28 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-23 08:56:28 -0500 |
commit | 76d137475350287f6eddf7083ff0b7507a305e8c (patch) | |
tree | fea80ddf20419287d857ccd5495bad0717ca2236 /wheelwork.asd | |
parent | d9fba3559d77e96f145ab1fd968bce868074044e (diff) |
[add] eventhandling for mousedown and keyup
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 582c9ab..eac3bc5 100644 --- a/wheelwork.asd +++ b/wheelwork.asd @@ -14,6 +14,7 @@ #:3d-matrices #:hyperquirks #:pngload - #:closer-mop) + #:closer-mop + #:lambda-riffs) :components ((:file "package") (:file "wheelwork"))) |