summaryrefslogtreecommitdiff
path: root/premake5.lua
diff options
context:
space:
mode:
authorTriang3l <triang3l@yandex.ru>2021-07-11 22:56:01 +0300
committerTriang3l <triang3l@yandex.ru>2021-07-11 22:56:01 +0300
commit692e329e9c9bf6cc8ac7c1b260ad5f34ce58106c (patch)
treeabede4dfd4c505671acd4174871cd59c52b3df97 /premake5.lua
parent458e4e1a316d6e804cf2c19adc204b230ca75fcc (diff)
[Vulkan] Load Vulkan manually for more lifetime and extension control
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index f5d6d90b8..e44f81c71 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -231,7 +231,6 @@ workspace("xenia")
include("third_party/mspack.lua")
include("third_party/snappy.lua")
include("third_party/spirv-tools.lua")
- include("third_party/volk.lua")
include("third_party/xxhash.lua")
if not os.istarget("android") then