Build: Add fmt dependency
This commit is contained in:
parent
ebad7b5e8c
commit
b8bf19f8cd
|
|
@ -81,7 +81,7 @@ local modules = {
|
||||||
},
|
},
|
||||||
Shader = {
|
Shader = {
|
||||||
Deps = {"NazaraUtility"},
|
Deps = {"NazaraUtility"},
|
||||||
Packages = {"efsw"},
|
Packages = {"efsw", "fmt"},
|
||||||
Custom = function()
|
Custom = function()
|
||||||
-- Set precise floating-points models to ensure shader optimization leads to correct results
|
-- Set precise floating-points models to ensure shader optimization leads to correct results
|
||||||
set_fpmodels("precise")
|
set_fpmodels("precise")
|
||||||
|
|
@ -131,7 +131,7 @@ option_end()
|
||||||
set_project("NazaraEngine")
|
set_project("NazaraEngine")
|
||||||
set_xmakever("2.6.3")
|
set_xmakever("2.6.3")
|
||||||
|
|
||||||
add_requires("chipmunk2d", "dr_wav", "efsw", "entt >=3.9", "kiwisolver", "libflac", "libsdl", "minimp3", "stb")
|
add_requires("chipmunk2d", "dr_wav", "efsw", "entt >=3.9", "fmt", "kiwisolver", "libflac", "libsdl", "minimp3", "stb")
|
||||||
add_requires("freetype", { configs = { bzip2 = true, png = true, woff2 = true, zlib = true, debug = is_mode("debug") } })
|
add_requires("freetype", { configs = { bzip2 = true, png = true, woff2 = true, zlib = true, debug = is_mode("debug") } })
|
||||||
add_requires("libvorbis", { configs = { with_vorbisenc = false } })
|
add_requires("libvorbis", { configs = { with_vorbisenc = false } })
|
||||||
add_requires("openal-soft", { configs = { shared = true }})
|
add_requires("openal-soft", { configs = { shared = true }})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue