summaryrefslogtreecommitdiff
path: root/animise.asd
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-08-12 17:42:05 -0500
committerColin Okay <cbeok@protonmail.com>2020-08-12 17:42:05 -0500
commit556bea4e18dc96d7207692076e66775e8246dc82 (patch)
tree43cf658747c278598c7b304a959ae9fff627c3b3 /animise.asd
parentadf3fded3aa80adc2ae1d7fb9ab90ea3b157caf7 (diff)
removed dependency on my stupid lettuce lib
Diffstat (limited to 'animise.asd')
-rw-r--r--animise.asd2
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")