mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2026-07-21 23:56:50 -06:00
Remove 2.0-1 from existence.
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
## 2.0-1 ##
|
|
||||||
* Change syntax for declaring Systems to be more flexible.
|
|
||||||
* Implement Interval Systems, which update on a uniform timed interval.
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
package = "tiny-ecs"
|
|
||||||
version = "2.0-1"
|
|
||||||
source = {
|
|
||||||
url = "git://github.com/bakpakin/tiny-ecs",
|
|
||||||
tag = "2.0-1"
|
|
||||||
}
|
|
||||||
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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user