removing vulkan references from mac builds

This commit is contained in:
Dynamitos
2026-03-16 16:52:43 +01:00
parent 9109baad18
commit 54106e6fef
16 changed files with 50 additions and 52 deletions
+8 -3
View File
@@ -1,8 +1,14 @@
{
"dependencies": [
"vulkan",
{
"name": "vulkan",
"platform": "!osx"
},
{
"name": "vulkan-memory-allocator",
"platform": "!osx"
},
"assimp",
"entt",
"stb",
"entt",
"freetype",
@@ -12,7 +18,6 @@
"nlohmann-json",
"fmt",
"gtest",
"vulkan-memory-allocator",
"lunasvg",
"harfbuzz",
"shader-slang",