diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-04-21 03:47:19 -0700 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-04-21 03:47:19 -0700 |
| commit | e3d2363d40cf8aa43d1fefe553b892fedf77b661 (patch) | |
| tree | 1badbf5bac65131145d11c50125418afb4325a0c | |
| parent | 12c39f7a18b47cde63bf4742450019d83b87719d (diff) | |
| parent | 338ddb02d92119aad1bfe97273debbc588fdef55 (diff) | |
| download | packages-e3d2363d40cf8aa43d1fefe553b892fedf77b661.tar.gz packages-e3d2363d40cf8aa43d1fefe553b892fedf77b661.zip | |
Merge pull request #9 from fowlmouth/patch-1
Update packages.json
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 0022a43..f22a73b 100644 --- a/packages.json +++ b/packages.json @@ -60,6 +60,15 @@ "tags": ["game", "library", "opengl"], "description": "High level OpenGL-based Game Library", "license": "MIT" + }, + + { + "name": "enet", + "url": "git://github.com/fowlmouth/nimrod-enet/", + "method": "git", + "tags": ["game", "networking", "udp"], + "description": "Wrapper for ENet UDP networking library", + "license": "MIT" } ] |
