22 lines
548 B
JSON
22 lines
548 B
JSON
|
{
|
||
|
"name": "ashes",
|
||
|
"version-date": "2022-06-08",
|
||
|
"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",
|
||
|
"supports": "!osx & !linux & !ios & !android & !uwp & !x86 & !arm & !static",
|
||
|
"dependencies": [
|
||
|
"opengl",
|
||
|
"spirv-cross",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
},
|
||
|
"vulkan-headers"
|
||
|
]
|
||
|
}
|