vcpkg/ports/ashes/vcpkg.json

14 lines
420 B
JSON
Raw Normal View History

2020-10-24 02:53:56 +08:00
{
"name": "ashes",
"version-date": "2021-06-18",
"port-version": 1,
2020-10-24 02:53:56 +08:00
"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"
]
}