diff options
| author | Charlie Barto <barcharcraz@msn.com> | 2014-08-02 10:46:37 -0400 |
|---|---|---|
| committer | Charlie Barto <barcharcraz@msn.com> | 2014-08-02 10:46:37 -0400 |
| commit | 4ce6c2955a5ec7b23d505b3d4aa97464f3c4b55b (patch) | |
| tree | 970efbb5af806da562a7b894db2a1f3d6ba97634 | |
| parent | a299434c12a614c19e79f824e84b7ae5a860214a (diff) | |
| download | packages-4ce6c2955a5ec7b23d505b3d4aa97464f3c4b55b.tar.gz packages-4ce6c2955a5ec7b23d505b3d4aa97464f3c4b55b.zip | |
added nimrod wrapper for DirectX
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index c3b9bad..f4b6f17 100644 --- a/packages.json +++ b/packages.json @@ -831,5 +831,14 @@ "description": "Wrapper for the nanomsg socket library that provides several common communication patterns", "license": "MIT", "web": "https://github.com/def-/nim-nanomsg" + }, + { + "name": "DirectX", + "url": "https://bitbucket.org/barcharcraz/directnimrod", + "method": "git", + "tags": ["library", "wrapper", "graphics", "windows"], + "description": "Wrapper for microsoft's DirectX libraries", + "license": "MS-PL", + "web": "https://bitbucket.org/barcharcraz/directnimrod" } ] |
