From 36af868e967be9b874593c468d05771b5db772b5 Mon Sep 17 00:00:00 2001 From: keithaustin <43483947+keithaustin@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:11:20 -0400 Subject: [PATCH] Update packages.json (#2708) Adding a package(worldtree) to publish --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 6732bd7..196f591 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,16 @@ [ + { + "name": "worldtree", + "url": "https://github.com/keithaustin/worldtree", + "method": "git", + "tags": [ + "entity-component-system", + "ecs", + "dod" + ], + "description": "A small, lightweight ECS framework for Nim.", + "license": "MIT" + }, { "name": "nulid", "url": "https://github.com/Yu-Vitaqua-fer-Chronos/NULID",