vcpkg/ports/ashes/vcpkg.json

13 lines
401 B
JSON
Raw Normal View History

2020-10-24 02:53:56 +08:00
{
"name": "ashes",
"version-string": "2021-02-09",
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"
]
}