diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-23 00:01:17 -0500 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-23 00:01:17 -0500 |
| commit | a87173710c9e9f27fa9ce6e383e168bbdea628a4 (patch) | |
| tree | 2e35b7b46e3486c81e27708a1a9147b03ef9d2af | |
| parent | 0692cb8e8292e375c65da8ee99d15747af846467 (diff) | |
| download | packages-a87173710c9e9f27fa9ce6e383e168bbdea628a4.tar.gz packages-a87173710c9e9f27fa9ce6e383e168bbdea628a4.zip | |
Update packages.json
added horde3d wrapper
| -rw-r--r-- | packages.json | 11 |
1 files changed, 10 insertions, 1 deletions
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" + }, ] |
