aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBillingsly Wetherfordshire <phowl.mouth@gmail.com>2013-04-21 03:34:55 -0500
committerBillingsly Wetherfordshire <phowl.mouth@gmail.com>2013-04-21 03:34:55 -0500
commit338ddb02d92119aad1bfe97273debbc588fdef55 (patch)
tree1badbf5bac65131145d11c50125418afb4325a0c
parent12c39f7a18b47cde63bf4742450019d83b87719d (diff)
downloadpackages-338ddb02d92119aad1bfe97273debbc588fdef55.tar.gz
packages-338ddb02d92119aad1bfe97273debbc588fdef55.zip
Update packages.json
-rw-r--r--packages.json9
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"
}
]