1.0-2 Release.

This commit is contained in:
bakpakin
2015-04-26 11:40:53 +08:00
parent 18bd48e163
commit d154c7f627
+24
View File
@@ -0,0 +1,24 @@
package = "tiny-ecs"
version = "1.0-2"
source = {
url = "git://github.com/bakpakin/tiny-ecs",
tag = "1.0-2"
}
description = {
summary = "Entity Component System for Lua.",
detailed = [[
Pure Lua implementation of an easy to use, compact, fast, and flexible
Entity Component System. Works well with Object Orientation.
]],
homepage = "https://github.com/bakpakin/tiny-ecs",
license = "MIT"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
tiny = "tiny.lua"
}
}