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 18d4c4c..cde20ce 100644
--- a/packages.json
+++ b/packages.json
@@ -96,6 +96,15 @@
"tags": ["build", "automation", "sortof"],
"description": "make-like for Nimrod. Describe your builds as tasks!",
"license": "MIT"
+ },
+
+ {
+ "name": "nimrod-glfw",
+ "url": "git://github.com/rafaelvasco/nimrod-glfw/",
+ "method": "git",
+ "tags": ["library", "glfw", "opengl", "windowing", "game"],
+ "description": "Nimrod bindings for GLFW library.",
+ "license": "MIT"
}
]