aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-07-30 23:01:19 +0100
committerGitHub <noreply@github.com>2017-07-30 23:01:19 +0100
commit0818d18738729fb62780217333bd8fb135a998d5 (patch)
tree0506eb56a7e9a7844bfc92bc3f235fe5eaf97e9d
parent4df0ce39211ebbf87f4108d2175f4d8c5d844a55 (diff)
parent5fc60df355bb4eed7843da8b815d667c2dfc93d6 (diff)
downloadpackages-0818d18738729fb62780217333bd8fb135a998d5.tar.gz
packages-0818d18738729fb62780217333bd8fb135a998d5.zip
Merge pull request #547 from endragor/godot
Add godot package
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 4a15d31..9fa7796 100644
--- a/packages.json
+++ b/packages.json
@@ -6862,5 +6862,19 @@
"description": "A mod manager for TF2",
"license": "GPLv3",
"web": "https://gitlab.com/waylon531/tf2plug"
+ },
+ {
+ "name": "godot",
+ "url": "https://github.com/pragmagic/godot-nim",
+ "method": "git",
+ "tags": [
+ "game",
+ "engine",
+ "2d",
+ "3d"
+ ],
+ "description": "Nim bindings for Godot Engine",
+ "license": "MIT",
+ "web": "https://github.com/pragmagic/godot-nim"
}
]