add vulkan-loader 1.2.189

This commit is contained in:
alexey.lysiuk 2021-09-08 10:50:47 +03:00
parent 2751868391
commit b7b528f517
3 changed files with 13 additions and 0 deletions

1
deps/.gitignore vendored
View File

@ -54,6 +54,7 @@
/webp/**/libwebpdecoder.*
/webp/**/libwebpdemux.*
!/vulkan-headers/share
/vulkan-loader/loader/
/wxwidgets/bin/wxrc-3.1
/wxwidgets/lib/wx/config/

BIN
deps/vulkan-loader/lib/libvulkan.a vendored Normal file

Binary file not shown.

View File

@ -0,0 +1,12 @@
prefix=
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Vulkan-Loader
Description: Vulkan Loader
Version: 1.2.189
Libs: -L${libdir} -lvulkan
Libs.private: -lc++
Cflags: -I${includedir}