mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
add vulkan-loader 1.2.189
This commit is contained in:
parent
2751868391
commit
b7b528f517
3 changed files with 13 additions and 0 deletions
1
deps/.gitignore
vendored
1
deps/.gitignore
vendored
|
@ -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
BIN
deps/vulkan-loader/lib/libvulkan.a
vendored
Normal file
Binary file not shown.
12
deps/vulkan-loader/lib/pkgconfig/vulkan.pc
vendored
Normal file
12
deps/vulkan-loader/lib/pkgconfig/vulkan.pc
vendored
Normal 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}
|
||||
|
Loading…
Reference in a new issue