mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 22:41:38 +08:00
c9e786d81a
* Bulk remove vcpkg_fail_port_install calls. Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install", In support of https://github.com/microsoft/vcpkg/pull/21502 * Update version database. * Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728 * Repair version database.
14 lines
420 B
JSON
14 lines
420 B
JSON
{
|
|
"name": "ashes",
|
|
"version-date": "2021-06-18",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|