Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vsg] Update to version 1.1.7 #40239

Merged
merged 3 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 0 additions & 79 deletions ports/vsg/devendor-glslang.patch
WangWeiLin-MV marked this conversation as resolved.
Show resolved Hide resolved

This file was deleted.

3 changes: 1 addition & 2 deletions ports/vsg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO vsg-dev/VulkanSceneGraph
REF "v${VERSION}"
SHA512 01502b0f812b3325dcb95511ea61f7c64bb476d7644f79f05b0106cf14a6442235f1d7ecb4d604b1668d99ca01db804d241dd4bbab7cad48307b03bc35cce4d1
SHA512 a9a1d2f82badc393b7be8db9616ef6bd5fa74cd65f83dd65d7d7344b61eb9d52d24f34de71f98f2de1a5bd4c41c7aae5e538a4f58346ff1a9ec5108cbef759cf
HEAD_REF master
PATCHES devendor-glslang.patch
)

vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/vsg/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vsg",
"version": "1.1.2",
"version": "1.1.7",
"description": "A modern, cross platform, high performance scene graph library built upon Vulkan.",
"homepage": "http://www.vulkanscenegraph.org/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9333,7 +9333,7 @@
"port-version": 2
},
"vsg": {
"baseline": "1.1.2",
"baseline": "1.1.7",
"port-version": 0
},
"vsgimgui": {
Expand Down
5 changes: 5 additions & 0 deletions versions/v-/vsg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cc734f695e25c4a6641584e4f785fd95f81abf48",
"version": "1.1.7",
"port-version": 0
},
{
"git-tree": "7b85c33c8bf83e25afe90f8f02dbd5dd5c77bed5",
"version": "1.1.2",
Expand Down