Add package buju (#2941)

buju (布局) is a simple layout engine, based on layout.h
This commit is contained in:
握猫猫 2024-09-30 17:22:44 +08:00 committed by GitHub
parent 8103878483
commit d2c9ef2640
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]