Add tecs package (#2049)

This commit is contained in:
George Linkovsky 2021-11-01 19:39:42 +04:00 committed by GitHub
parent 49d01988e6
commit 33920f7fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24096,5 +24096,19 @@
"description": "An in-memory SQL database library",
"license": "MIT",
"web": "https://github.com/rehartmann/nimternalsql"
},
{
"name": "tecs",
"url": "https://github.com/Timofffee/tecs.nim",
"method": "git",
"tags": [
"game",
"ecs",
"library"
],
"description": "Simple ECS implementation for Nim",
"license": "MIT",
"web": "https://github.com/Timofffee/tecs.nim",
"doc": "https://timofffee.github.io/tecs.nim/"
}
]