summaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorChuyan Zhang <me@zcy.moe>2024-10-06 11:43:15 -0700
committerChuyan Zhang <me@zcy.moe>2024-10-06 11:43:15 -0700
commit60b9692af28a353c4e5813d1723422477e31f433 (patch)
treee776799b962d3ce179abab5f751904a46e1439c4 /xmake.lua
parent9ed211d1ca084b25d1780da3bde19e9da64d4a4a (diff)
downloadiris-glTF-load.tar.gz
iris-glTF-load.zip
Add material texture loadglTF-load
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index e634221..eb1d750 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -1,5 +1,5 @@
add_rules("mode.debug", "mode.release")
-add_requires("vulkansdk", "glfw", "fmt", "vulkan-memory-allocator", "spdlog", "glm")
+-- add_requires("vulkansdk", "glfw", "fmt", "vulkan-memory-allocator", "spdlog", "glm")
-- Project settings
set_project("iris_renderer")