[linux vulkan] Remove linking directly with vulkan

Using volk means vulkan linking is done at runtime with the dl library.
This commit is contained in:
Sandy Carter
2019-08-21 23:36:49 +02:00
parent 271c91e115
commit 0380067105
3 changed files with 0 additions and 4 deletions

View File

@@ -57,5 +57,4 @@ project("xenia-ui-window-vulkan-demo")
"xcb",
"X11-xcb",
"GL",
"vulkan",
})