Added package composition (#1989)

This commit is contained in:
DavidMeagher1
2021-08-22 22:01:35 +08:00
committed by GitHub
parent 8fbcb9008e
commit 6331f6ce83
+11
View File
@@ -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"
}
]