diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-06-15 12:35:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-15 12:35:21 +0100 |
| commit | 877c40a46bc01a28372905b266841bef6ccf704d (patch) | |
| tree | 4ea082b3b8a41a186599d01dd53aeba7e4a29fab | |
| parent | cf802da4ff8fb0c3218ac51f933f57a9339d964a (diff) | |
| parent | 99b6db5c5109fb886b735ea4eb5a9cc63032c046 (diff) | |
| download | packages-877c40a46bc01a28372905b266841bef6ccf704d.tar.gz packages-877c40a46bc01a28372905b266841bef6ccf704d.zip | |
Merge pull request #364 from jangko/nimcef
add nimCEF package
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b9aff11..400b6ef 100644 --- a/packages.json +++ b/packages.json @@ -4794,5 +4794,20 @@ "description": "Writing a 2D Platform Game in Nim with SDL2", "license": "MIT", "web": "https://github.com/def-/nim-platformer" + }, + { + "name": "nimCEF", + "url": "https://github.com/jangko/nimCEF", + "method": "git", + "tags": [ + "chromium", + "embedded", + "framework", + "cef", + "wrapper" + ], + "description": "Nim wrapper for the Chromium Embedded Framework", + "license": "MIT", + "web": "https://github.com/jangko/nimCEF" } ] |
