From 37a1928d9907fb97b772c40a604d3e71d4f219fa Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 23 Sep 2022 00:40:10 +0800 Subject: [PATCH] update version --- rockspec/{ltui-2.5-1.rockspec => ltui-2.6-1.rockspec} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename rockspec/{ltui-2.5-1.rockspec => ltui-2.6-1.rockspec} (94%) diff --git a/rockspec/ltui-2.5-1.rockspec b/rockspec/ltui-2.6-1.rockspec similarity index 94% rename from rockspec/ltui-2.5-1.rockspec rename to rockspec/ltui-2.6-1.rockspec index 5ec3e01..11f9bd2 100644 --- a/rockspec/ltui-2.5-1.rockspec +++ b/rockspec/ltui-2.6-1.rockspec @@ -1,14 +1,14 @@ package = "ltui" -version = "2.5-1" +version = "2.6-1" source = { url = "git://github.com/tboox/ltui", - tag = "v2.5" + tag = "v2.6" } description = { detailed = [[ -LTUI is a cross-platform terminal ui library based on Lua. +LTUI is a cross-platform terminal ui library based on Lua. -This framework originated from the requirements of graphical menu configuration in [xmake](https://github.com/tboox/xmake). +This framework originated from the requirements of graphical menu configuration in [xmake](https://github.com/tboox/xmake). Similar to the kernel kernel's menuconf to configure the compilation parameters, so using curses and lua to implement a cross-platform character terminal ui library. Refer to kconfig-frontends for style rendering. Of course, users can customize different ui styles.