aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBillingsly Wetherfordshire <phowl.mouth@gmail.com>2014-03-01 17:58:27 -0600
committerBillingsly Wetherfordshire <phowl.mouth@gmail.com>2014-03-01 17:58:27 -0600
commit71ec516822bf9197b4ea10785639024a0ff20edd (patch)
tree047af2d00479357615ce8d87d70fe00aff6cc4e3
parentff08c5d216410c133a974cb36f39b82cd283b9a3 (diff)
downloadpackages-71ec516822bf9197b4ea10785639024a0ff20edd.tar.gz
packages-71ec516822bf9197b4ea10785639024a0ff20edd.zip
added sdl2
-rw-r--r--packages.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 10870d2..3fffeb3 100644
--- a/packages.json
+++ b/packages.json
@@ -521,6 +521,16 @@
"description": "Nimrod wrapper for the libpng library",
"license": "libpng",
"web": "https://github.com/barcharcraz/nimlibpng"
- }
+ },
+
+ {
+ "name":"sdl2",
+ "url":"git://github.com/nimrod-code/sdl2",
+ "method":"git",
+ "tags":["wrapper","media","audio","video"],
+ "description":"Wrapper for SDL 2.x",
+ "license":"MIT",
+ "web":"https://github.com/nimrod-code/sdl2"
+ },
]