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