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

(asdf:defsystem #:animise
  :description "General Purpose Tweens"
  :author "Colin Okay <okay@toyful.space>"
  :license  "GPLv3.0"
  :version "0.0.1"
  :serial t
  :depends-on (#:trivia #:alexandria)
  :components ((:file "package")
               (:file "easing")
               (:file "animise")
               (:file "tweening")))