mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:29:00 +08:00
1e9ba55d5a
* [ashes] Update to 2021-09-02 * Fixed version file. * Updated basaeline
13 lines
401 B
JSON
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"
|
|
]
|
|
}
|