From 9c3c8d4fb4832f436ca4c7d8b17a8399a28abec6 Mon Sep 17 00:00:00 2001 From: kristianhasselknippe Date: Thu, 5 Nov 2020 07:43:09 +0100 Subject: [PATCH] Added package midio_ui (#1693) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 2aace3e..cd60d7b 100644 --- a/packages.json +++ b/packages.json @@ -20111,6 +20111,23 @@ "license": "MIT", "web": "https://github.com/xmonader/nim-servy" }, + { + "name": "midio_ui", + "url": "https://github.com/nortero-code/midio-ui", + "method": "git", + "tags": [ + "gui", + "web", + "cross-platform", + "library", + "reactive", + "observables", + "dsl" + ], + "description": "The Midio UI library", + "license": "MIT", + "web": "https://github.com/nortero-code/midio-ui" + }, { "name": "canonicaljson", "url": "https://github.com/jackhftang/canonicaljson.nim",