Initial commit

This commit is contained in:
SweetId
2023-10-20 20:23:23 -04:00
commit 498a03c1f3
7 changed files with 366 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
package("nazaralocalization")
set_kind("library")
set_homepage("https://github.com/NazaraEngine")
set_description("Localization package for Nazara projects")
set_license("MIT")
add_urls("https://github.com/SweetId/NazaraLocalization.git")
add_versions("2023.10.20", "0b747c4d0a34df82b93717f129512da2e0936d89")
add_deps("nazaraengine")
add_deps("fmt")
on_install(function (package)
import("package.tools.xmake").install(package)
end)