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 /animise.asd | |
parent | adf3fded3aa80adc2ae1d7fb9ab90ea3b157caf7 (diff) |
removed dependency on my stupid lettuce lib
Diffstat (limited to 'animise.asd')
-rw-r--r-- | animise.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animise.asd b/animise.asd index 401e39c..ab3ca38 100644 --- a/animise.asd +++ b/animise.asd @@ -6,7 +6,7 @@ :license "AGPLv3.0" :version "0.0.1" :serial t - :depends-on (#:lettuce #:trivia) + :depends-on (#:trivia #:alexandria) :components ((:file "package") (:file "easing") (:file "animise") |