aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json15
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"
}
]