From a87173710c9e9f27fa9ce6e383e168bbdea628a4 Mon Sep 17 00:00:00 2001 From: Billingsly Wetherfordshire Date: Sun, 23 Mar 2014 00:01:17 -0500 Subject: [PATCH] Update packages.json added horde3d wrapper --- packages.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 5f24da6..a5a3de4 100644 --- a/packages.json +++ b/packages.json @@ -604,5 +604,14 @@ "description": "Redis-backed sessions for jester", "license": "MIT", "web": "https://github.com/ithkuil/redissessions/" - } + }, + { + "name":"horde3d", + "url":"git://github.com/fowlmouth/horde3d", + "method":"git", + "tags":["graphics","3d","rendering","wrapper"], + "description":"Wrapper for Horde3D, a small open source 3D rendering engine.", + "license":"WTFPL", + "web":"https://github.com/fowlmouth/horde3d" + }, ]