early-access version 2853
This commit is contained in:
21
externals/vcpkg/ports/ashes/vcpkg.json
vendored
Executable file
21
externals/vcpkg/ports/ashes/vcpkg.json
vendored
Executable file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user