summaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2024-03-01 23:23:11 +0800
committerMole Shang <[email protected]>2024-03-01 23:29:19 +0800
commitf4309930b547aa845f2f12824109fb606d9fb217 (patch)
tree14f0344c579df7ac8dea945ffe37cd0274e1b17f /xmake.lua
parent2c23cf4b3968a2c4f86253dcadba9779bc00e6ff (diff)
downloadhinata-f4309930b547aa845f2f12824109fb606d9fb217.tar.gz
hinata-f4309930b547aa845f2f12824109fb606d9fb217.tar.bz2
hinata-f4309930b547aa845f2f12824109fb606d9fb217.zip
xmake: come back to NFD
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake.lua b/xmake.lua
index 04b0ff5..d003268 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -2,7 +2,7 @@ add_rules("mode.debug", "mode.release", "mode.releasedbg", "mode.minsizerel")
add_repositories("third_party third_party")
-add_requires("nuklear", "nuklear_glfw_gl3", "nuklear_fonts", "glew", "glfw", "tinyfiledialogs",
+add_requires("nuklear", "nuklear_glfw_gl3", "nuklear_fonts", "glew", "glfw", "nativefiledialog-extended",
"c11threads", "pcre2",
"cjson", "ffmpeg", "tomlc99")
add_requires("libcurl", { configs = { zlib = true } })
@@ -27,6 +27,6 @@ if is_mode("debug") then
add_defines("DEBUG")
end
-add_packages("nuklear", "nuklear_glfw_gl3", "nuklear_fonts", "glew", "glfw", "libcurl", "tinyfiledialogs",
+add_packages("nuklear", "nuklear_glfw_gl3", "nuklear_fonts", "glew", "glfw", "libcurl", "nativefiledialog-extended",
"c11threads", "pcre2",
"cjson", "ffmpeg", "tomlc99")