summaryrefslogtreecommitdiff
path: root/animise.asd
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-10-04 09:35:22 -0500
committerBoutade <thegoofist@protonmail.com>2019-10-04 09:35:22 -0500
commita45b4f96d3d989c1c9b4d14e204952d27a405eea (patch)
tree26d3b340043eff817edc3a54db7672bae35cf053 /animise.asd
parent9ceb90caad0b981831dd36dfd8b7e4d838bdb94a (diff)
Added an initial tween construction language
Diffstat (limited to 'animise.asd')
-rw-r--r--animise.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/animise.asd b/animise.asd
index fe9fc38..401e39c 100644
--- a/animise.asd
+++ b/animise.asd
@@ -9,4 +9,5 @@
:depends-on (#:lettuce #:trivia)
:components ((:file "package")
(:file "easing")
- (:file "animise")))
+ (:file "animise")
+ (:file "tweening")))