diff --git a/packages.json b/packages.json index 3614b20..4c885af 100644 --- a/packages.json +++ b/packages.json @@ -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/" } ]