2023-07-05 09:27:55 +08:00
|
|
|
includes("**/xmake.lua")
|
|
|
|
|
add_requires("spdlog")
|
2024-03-11 17:25:43 +08:00
|
|
|
add_requires("tinyobjloader")
|
2024-06-26 21:57:08 +08:00
|
|
|
add_requires("assimp","nlohmann_json")
|
|
|
|
|
add_requires("benchmark")
|
|
|
|
|
add_requires("vulkansdk", "glslang","spirv-cross", "spirv-tools", "shaderc")
|