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