summaryrefslogtreecommitdiff
path: root/animise.asd
blob: 7c590661cb654e781d51f850a2b2a5a1b507c03e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;;; animise.asd

(asdf:defsystem #:animise
  :description "Describe animise here"
  :author "Your Name <your.name@example.com>"
  :license  "Specify license here"
  :version "0.0.1"
  :serial t
  :depends-on (#:lettuce #:trivia)
  :components ((:file "package")
               (:file "easing")
               (:file "animise")))