aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]