package = "anim8"
version = "v2.3.1-1"
source = {
   url = "git+https://github.com/RED-H0T-CHILLI-VELVET/anim8.git"
}
description = {
   summary = "Animation library for [LÖVE](http://love2d.org).",
   detailed = "Animation library for [LÖVE](http://love2d.org).",
   homepage = "https://github.com/RED-H0T-CHILLI-VELVET/anim8",
   license = "MIT"
}
build = {
   type = "builtin",
   modules = {
      anim8 = "anim8.lua"
   }
}
