update version

This commit is contained in:
ruki
2022-09-23 00:40:10 +08:00
parent 207da34006
commit 37a1928d99

View File

@@ -1,14 +1,14 @@
package = "ltui" package = "ltui"
version = "2.5-1" version = "2.6-1"
source = { source = {
url = "git://github.com/tboox/ltui", url = "git://github.com/tboox/ltui",
tag = "v2.5" tag = "v2.6"
} }
description = { description = {
detailed = [[ 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. 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. Refer to kconfig-frontends for style rendering. Of course, users can customize different ui styles.