From be8042a6945811d2df890f2c2dc71059dc30c3b0 Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Thu, 23 Mar 2023 21:25:11 -0400 Subject: [PATCH] Add embedfs (#2547) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 6614c38..7edd28d 100644 --- a/packages.json +++ b/packages.json @@ -29605,5 +29605,16 @@ "description": "Nim Terminal User Interface library for plotting graphs and drawing shapes in the terminal, uses unicode chars and colours!", "license": "Apache-2.0", "web": "https://gitlab.com/OFThomas/drawIt" + }, + { + "name": "embedfs", + "url": "https://github.com/iffy/nim-embedfs", + "method": "git", + "tags": [ + "bundling", + "static" + ], + "description": "Embed directories in executables, easily", + "license": "MIT" } ]