diff options
| author | cyber_lis <cyberlis@rccraft.ru> | 2017-07-31 01:04:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-31 01:04:13 +0300 |
| commit | b11d61efd8490092b3ab3567076c9efda9601829 (patch) | |
| tree | bcd47ed81b932ad53a19c002b80b901e43f5142e | |
| parent | d04bf66a09e36eff3f0eda1771c73863ec0d1d07 (diff) | |
| parent | 0818d18738729fb62780217333bd8fb135a998d5 (diff) | |
| download | packages-b11d61efd8490092b3ab3567076c9efda9601829.tar.gz packages-b11d61efd8490092b3ab3567076c9efda9601829.zip | |
Merge branch 'master' into master
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4170946..2b82ba8 100644 --- a/packages.json +++ b/packages.json @@ -6864,6 +6864,20 @@ "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" + }, + { "name": "vkapi", "url": "https://github.com/cyberlis/nimvkapi", "method": "git", |
