vcpkg/ports/ashes/vcpkg.json
Sylvain Doremus 1e9ba55d5a
[ashes] Update to 2021-09-02 (#16148)
* [ashes] Update to 2021-09-02

* Fixed version file.

* Updated basaeline
2021-02-11 00:01:07 -08:00

13 lines
401 B
JSON

{
"name": "ashes",
"version-string": "2021-02-09",
"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"
]
}