From 9cc583d11c0df49d1698ccf34661a9e384bf9d3d Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Tue, 25 Feb 2020 22:37:55 +0700 Subject: [PATCH] Added package yukiko (#1375) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index bde100c..6e69816 100644 --- a/packages.json +++ b/packages.json @@ -16707,5 +16707,19 @@ "description": "A small library for writing cli programs in Nim.", "license": "Zlib", "web": "https://github.com/beshrkayali/loki" + }, + { + "name": "yukiko", + "url": "https://github.com/ethosa/yukiko", + "method": "git", + "tags": [ + "gui", + "async", + "framework", + "sdl2" + ], + "description": "The Nim GUI asynchronous framework based on SDL2.", + "license": "AGPLv3", + "web": "https://github.com/ethosa/yukiko" } ]