mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 22:39:08 +08:00
f7866c66d2
* synchronize cmake build scripts. * version stuff * fix REMOVE_ITEM and add license * format manifest * update version * use LOGFILE_BASE * version update * readd PREFER_NINJA and print a warning that it is deprecated for vcpkg_cmake_configure * version stuff * sync build_cmake * only turn off ninja on windows * add Z_VCPKG_CHAINLOAD_TOOLCHAIN_FILE * use z_vcpkg_select_default_vcpkg_chainload_toolchain in meson * remove VCPKG_CMAKE_GENERATOR * version stuff * reduce error to warning * remove VCPKG_CMAKE_GENERATOR form configure_cmake * version stuff * version stuff * use build_dir_<config> * version stuff * use ninja variable insead of pure ninja cmd * version bump * use ninja variable instead of calling ninja directly * acquire ninja * move the acquire. * remove setting of cmake_prefix_path * version stuff * bump version date * version stuff * bump ashes baseline * remove VCPKG_CMAKE_GENERATOR reference * fix wrong variable reference due to refactor * version stuff Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
23 lines
569 B
JSON
23 lines
569 B
JSON
{
|
|
"name": "ashes",
|
|
"version-date": "2022-04-03",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|