vcpkg/ports/ashes/vcpkg.json

22 lines
548 B
JSON
Raw Normal View History

2020-10-24 02:53:56 +08:00
{
"name": "ashes",
"version-date": "2022-06-08",
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",
"license": "MIT",
2020-10-24 02:53:56 +08:00
"supports": "!osx & !linux & !ios & !android & !uwp & !x86 & !arm & !static",
"dependencies": [
"opengl",
"spirv-cross",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
2020-10-24 02:53:56 +08:00
"vulkan-headers"
]
}