From 6331f6ce837edc77059f3448ada3c0a9cfc0f5d9 Mon Sep 17 00:00:00 2001 From: DavidMeagher1 Date: Sun, 22 Aug 2021 07:01:35 -0700 Subject: [PATCH] Added package composition (#1989) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 9d326d9..debdb03 100644 --- a/packages.json +++ b/packages.json @@ -23529,5 +23529,16 @@ "description": "A low-level Nim wrapper for Notcurses: blingful TUIs and character graphics", "license": "Apache-2.0", "web": "https://github.com/michaelsbradleyjr/nim-notcurses" + }, + { + "name": "composition", + "url": "https://github.com/DavidMeagher1/composition", + "method": "git", + "tags": [ + "library" + ], + "description": "Composition pattern with event handling library in Nim", + "license": "MIT", + "web": "https://github.com/DavidMeagher1/composition" } ]