diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-08-12 17:42:05 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-08-12 17:42:05 -0500 |
commit | 556bea4e18dc96d7207692076e66775e8246dc82 (patch) | |
tree | 43cf658747c278598c7b304a959ae9fff627c3b3 /package.lisp | |
parent | adf3fded3aa80adc2ae1d7fb9ab90ea3b157caf7 (diff) |
removed dependency on my stupid lettuce lib
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp index ae0361f..197b106 100644 --- a/package.lisp +++ b/package.lisp @@ -1,8 +1,10 @@ ;;;; package.lisp (defpackage #:animise - (:use #:cl #:lettuce) + (:use #:cl) (:import-from #:trivia #:match) + (:import-from #:alexandria + #:when-let) (:export ;; TWEEN CLASSES |