From 7eb6f062d6c16da64191022e182ae93c2d0f7d96 Mon Sep 17 00:00:00 2001 From: Momiyama <43488453+momeemt@users.noreply.github.com> Date: Sat, 12 Sep 2020 15:50:37 +0900 Subject: [PATCH] Added package Blackvas (#1637) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index d368d6e..c933940 100644 --- a/packages.json +++ b/packages.json @@ -19532,5 +19532,21 @@ "description": "Once provides a type that will enforce that a callback is invoked only once.", "license": "BSD3", "web": "https://git.sr.ht/~euantorano/once.nim" + }, + { + "name": "Blackvas", + "url": "https://github.com/momeemt/Blackvas", + "method": "git", + "tags": [ + "canvas", + "html", + "html5", + "javascript", + "web", + "framework" + ], + "description": "declarative UI framework for building Canvas", + "license": "MIT", + "web": "https://github.com/momeemt/Blackvas" } ]