Skip to content

Commit

Permalink
[raygui] Update to 4.0 (microsoft#34046)
Browse files Browse the repository at this point in the history
* update to 4.0

* update version
  • Loading branch information
jimwang118 authored Sep 27, 2023
1 parent c316b90 commit 8e80bc2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/raygui/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO raysan5/raygui
REF "${VERSION}"
SHA512 c1d970d98fb721203934fcc3b50d8185271c43e426112bfd0d350899b76586e1cc82dacf4e676827725cff75bc35c7e7e51acbfb8db47f92ad67ee58c9560778
SHA512 8e59889af6b6163b9ff9930ae79bdfaab5015e39279d1a50d3f74c0f50b12b2015fdf17016b04d2c4f66420f4e631b25a51ede5c1627dfcde269457f55f34ff1
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/raygui/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raygui",
"version": "3.6",
"version": "4.0",
"description": "A simple and easy-to-use immediate-mode gui library",
"homepage": "https://github.com/raysan5/raylib",
"license": "Zlib"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7169,7 +7169,7 @@
"port-version": 4
},
"raygui": {
"baseline": "3.6",
"baseline": "4.0",
"port-version": 0
},
"raylib": {
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/raygui.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d9b03e4c1effd2eabeac64b8475b55aedea84511",
"version": "4.0",
"port-version": 0
},
{
"git-tree": "9de0bb8aebc0b8a41b4c973b5820ace3c0015ad3",
"version": "3.6",
Expand Down

0 comments on commit 8e80bc2

Please sign in to comment.