From 12234dc01a43bce660d49d125f0fa4498381c03c Mon Sep 17 00:00:00 2001 From: Shuu Date: Mon, 11 Aug 2025 13:39:18 +0900 Subject: [PATCH] Add celina (#3099) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 82ddf1a..8990951 100644 --- a/packages.json +++ b/packages.json @@ -36007,5 +36007,19 @@ "description": "xcb.nim | Nimmified bindings for XCB", "license": "MPL-2.0", "web": "https://github.com/heysokam/xcb.nim" + }, + { + "name": "celina", + "url": "https://github.com/fox0430/celina", + "method": "git", + "tags": [ + "cli", + "command-line", + "terminal", + "ui" + ], + "description": "A CLI library inspired by Ratatui", + "license": "MIT", + "web": "https://github.com/fox0430/celina" } ]