Added package composition (#1989)

This commit is contained in:
DavidMeagher1 2021-08-22 07:01:35 -07:00 committed by GitHub
parent 8fbcb9008e
commit 6331f6ce83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
]