update library titles

This commit is contained in:
BlackMATov
2025-01-04 07:24:03 +07:00
parent 1002c76da3
commit 63f8c5e5d2
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# evolved.lua (work in progress)
> Evolved Entity-Component-System for Lua
> Evolved ECS (Entity-Component-System) for Lua
[![language][badge.language]][language]
[![license][badge.license]][license]

View File

@@ -1,6 +1,6 @@
local evolved = {
__HOMEPAGE = 'https://github.com/BlackMATov/evolved.lua',
__DESCRIPTION = 'Evolved Entity-Component-System for Lua',
__DESCRIPTION = 'Evolved ECS (Entity-Component-System) for Lua',
__VERSION = '0.0.1',
__LICENSE = [[
MIT License

View File

@@ -6,7 +6,7 @@ source = {
}
description = {
homepage = "https://github.com/BlackMATov/evolved.lua",
summary = "Evolved Entity-Component-System for Lua",
summary = "Evolved ECS (Entity-Component-System) for Lua",
license = "MIT",
labels = {
"ecs",