diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-05-01 23:07:28 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-05-01 23:07:28 +0100 |
| commit | 0c3ac194b771fc3468bbce97b5acec3ff4b88a05 (patch) | |
| tree | 667c88be29e43549ddedf6b3d8e630f45f51356b | |
| parent | 6d96ae0d9f3a07e19f750ef2648db220d4a1acdf (diff) | |
| parent | 6c99ba0583d269ae6a63b5bd34ab6250a6d234a9 (diff) | |
| download | packages-0c3ac194b771fc3468bbce97b5acec3ff4b88a05.tar.gz packages-0c3ac194b771fc3468bbce97b5acec3ff4b88a05.zip | |
Merge branch 'master' of github.com:nimrod-code/packages
Conflicts:
packages.json
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 466857d..e4ab2c1 100644 --- a/packages.json +++ b/packages.json @@ -78,6 +78,15 @@ "tags": ["library", "locale", "i18n", "localization", "localisation", "globalization"], "description": "A simple library for localizing Nimrod applications.", "license": "MIT" + }, + + { + "name": "fowltek", + "url": "git://github.com/fowlmouth/nimlibs/", + "method": "git", + "tags": ["game", "opengl", "wrappers", "library", "assorted"], + "description": "A collection of reusable modules and wrappers.", + "license": "MIT" } ] |
