From 33920f7fc01043064c94c331ee4b7a68ccca8cab Mon Sep 17 00:00:00 2001 From: George Linkovsky Date: Mon, 1 Nov 2021 19:39:42 +0400 Subject: [PATCH] Add tecs package (#2049) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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/" } ]