mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 14:22:54 +08:00
[rendergraph] Update to v1.3.0. (#30523)
* [rendergraph] Update to v1.3.0. * Removed use of vcpkg_minimum_required Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> --------- Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
This commit is contained in:
parent
a3d167242c
commit
648fd374b2
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO DragonJoker/RenderGraph
|
||||
REF v1.2.0
|
||||
REF v${VERSION}
|
||||
HEAD_REF master
|
||||
SHA512 54f2b06931ef912888ae12227b39b17d25969dd5443a37d61cb8072b0137ed6361b03e09ac18e7abe21dfd49b5a5a2ec23f0d2d8e9ede03ddb8fb589d874237c
|
||||
SHA512 48bb3211022499538eebca0051f931ec105af9ccd3fea21d546fcd9cb41bc9d2191c70382e00caaf79fce48303e56d83d7089f7b975f635bcef3645c80abda30
|
||||
)
|
||||
|
||||
vcpkg_from_github(OUT_SOURCE_PATH CMAKE_SOURCE_PATH
|
||||
@ -31,7 +31,8 @@ vcpkg_cmake_configure(
|
||||
-DVULKAN_HEADERS_INCLUDE_DIRS=${CURRENT_INSTALLED_DIR}/include
|
||||
)
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/RenderGraph)
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rendergraph",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "Vulkan render graph implementation.",
|
||||
"homepage": "https://github.com/DragonJoker/RenderGraph",
|
||||
"license": "MIT",
|
||||
|
@ -6909,7 +6909,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"rendergraph": {
|
||||
"baseline": "1.2.0",
|
||||
"baseline": "1.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"replxx": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "189085fb654a90d03e8e1b15971e0b9d6f575270",
|
||||
"version": "1.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "21270b3d8f507068a293df066628704e1de96d82",
|
||||
"version": "1.2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user