From 82a4f0fb378b2cfa19ccc26a7d917a8ae6e78e7e Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Fri, 10 Jan 2020 13:12:27 +0700 Subject: [PATCH] Added package saya (#1310) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 6158c98..cfa9cb9 100644 --- a/packages.json +++ b/packages.json @@ -15999,5 +15999,17 @@ "description": "Metadata Reader for Images", "license": "MIT", "web": "https://github.com/flenniken/metar" + }, + { + "name": "saya", + "url": "https://github.com/Ethosa/saya_nim", + "method": "git", + "tags": [ + "VK", + "framework" + ], + "description": "Nim framework for VK", + "license": "LGPLv3", + "web": "https://github.com/Ethosa/saya_nim" } ]