aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Schuster <wolfadex@gmail.com>2018-10-31 15:10:41 -0600
committerDominik Picheta <dominikpicheta@googlemail.com>2018-10-31 21:10:41 +0000
commit17d35624b83ddd620402b264bcec10ea9f53f860 (patch)
tree1f663275f557e4511e825976b755360c60ede99b
parent50675d3c049b758edc92438f44305e3d4662f116 (diff)
downloadpackages-17d35624b83ddd620402b264bcec10ea9f53f860.tar.gz
packages-17d35624b83ddd620402b264bcec10ea9f53f860.zip
Add package arksys (#913)
* Added package arksys * Update packages.json
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index d13769c..0be1cd9 100644
--- a/packages.json
+++ b/packages.json
@@ -11273,5 +11273,17 @@
"description": "Monitor the state and memory of processes and URL response.",
"license": "MIT",
"web": "https://github.com/ThomasTJdev/nim_sermon"
+ },
+ {
+ "name": "arksys",
+ "url": "https://github.com/wolfadex/arksys",
+ "method": "git",
+ "tags": [
+ "ECS",
+ "library"
+ ],
+ "description": "An entity component system package",
+ "license": "MIT",
+ "web": "https://github.com/wolfadex/arksys"
}
]