Skip to content

Commit

Permalink
[vsg] Update to version 1.1.7 (#40239)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron authored Aug 6, 2024
1 parent 5c8e16b commit 17733c4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 83 deletions.
79 changes: 0 additions & 79 deletions ports/vsg/devendor-glslang.patch

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

0 comments on commit 17733c4

Please sign in to comment.