vcpkg/ports/ashes/vcpkg.json
2020-10-23 11:53:56 -07:00

13 lines
401 B
JSON

{
"name": "ashes",
"version-string": "2020-10-21",
"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"
]
}