mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
64f20adbd6
* Updated vulkan-headers, vulkan-hpp and vulkan-memory-allocator to new versions. * Updated the port ashes to fix compilation errors with the new Vulkan headers. Added vk_video/ to the list of copied header files in the port vulkan-headers. * Apply suggestions from code review regarding version strings Update version strings in ports/ashes/vcpkg.json and ports/vulkan-headers/vcpkg.json. Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Updated versioning information of modified ports. * Update version strings after changes in vcpkg.json files. Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
13 lines
399 B
JSON
13 lines
399 B
JSON
{
|
|
"name": "ashes",
|
|
"version-date": "2021-06-18",
|
|
"description": "Drop-in replacement to Vulkan's shared library, allowing the use of OpenGL or Direct3D11 in addition to Vulkan.",
|
|
"homepage": "https://github.com/DragonJoker/Ashes",
|
|
"supports": "!osx & !linux & !ios & !android & !uwp & !x86 & !arm & !static",
|
|
"dependencies": [
|
|
"opengl",
|
|
"spirv-cross",
|
|
"vulkan-headers"
|
|
]
|
|
}
|