mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 17:39:11 +08:00
13 lines
401 B
JSON
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"
|
||
|
]
|
||
|
}
|