From d2c9ef2640dbc037df2ddfb7e5f17911eebfdce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8F=A1=E7=8C=AB=E7=8C=AB?= <164346864@qq.com> Date: Mon, 30 Sep 2024 17:22:44 +0800 Subject: [PATCH] Add package `buju` (#2941) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit buju (布局) is a simple layout engine, based on layout.h --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 58341ea1..31f5d32f 100644 --- a/packages.json +++ b/packages.json @@ -34089,5 +34089,19 @@ "description": " some useful tools for programming with Nim", "license": "MIT", "web": "https://github.com/GeK2K/nimutils" + }, + { + "name": "buju", + "url": "https://github.com/haoyu234/buju", + "method": "git", + "tags": [ + "layout", + "ui", + "ux", + "gui" + ], + "description": "buju (布局) is a simple layout engine, based on layout.h", + "license": "MIT", + "web": "https://github.com/haoyu234/buju" } ]