diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2013-04-21 03:34:55 -0500 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2013-04-21 03:34:55 -0500 |
| commit | 338ddb02d92119aad1bfe97273debbc588fdef55 (patch) | |
| tree | 1badbf5bac65131145d11c50125418afb4325a0c | |
| parent | 12c39f7a18b47cde63bf4742450019d83b87719d (diff) | |
| download | packages-338ddb02d92119aad1bfe97273debbc588fdef55.tar.gz packages-338ddb02d92119aad1bfe97273debbc588fdef55.zip | |
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" } ] |
