diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-08-13 05:17:25 -0700 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-08-13 05:17:25 -0700 |
| commit | ae5c91661fb9f42532d6b5592873c95b978032b8 (patch) | |
| tree | 11a15e58c8749ae75ccc937c7fde10c6382731e8 | |
| parent | f1f9de663f2036c439063192185505703c29954e (diff) | |
| parent | b04b95a91cdeee30799469b4b8e54689415c7bf3 (diff) | |
| download | packages-ae5c91661fb9f42532d6b5592873c95b978032b8.tar.gz packages-ae5c91661fb9f42532d6b5592873c95b978032b8.zip | |
Merge pull request #23 from reactormonk/patch-2
+ kwin
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 6874161..0e10737 100644 --- a/packages.json +++ b/packages.json @@ -150,5 +150,14 @@ "tags": ["library", "opengl", "math", "game"], "description": "OpenGL math library", "license": "CC0" + }, + + { + "name": "kwin", + "url": "git://github.com/reactormonk/nim-kwin", + "method": "git", + "tags": ["library", "javascript", "kde"], + "description": "KWin JavaScript API wrapper", + "license": "MIT" } ] |
