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

[imgui-sfml] update to v2.4 #21460

Merged
merged 2 commits into from
Nov 17, 2021
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
10 changes: 0 additions & 10 deletions ports/imgui-sfml/0002-fix_imgui_config.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/imgui-sfml/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO eliasdaler/imgui-sfml
REF 82dc2033e51b8323857c3ae1cf1f458b3a933c35 #v2.3
SHA512 f27a0e65aa20229c73b27c4232269908dfeb5d78b1cef7299a179ecac6194d9829e148e95ed54b4500ffd36ada09fdbfadf67588c78bee87aff446ae80347bcf
REF 9cc8c57a4565551087be0d9aeb3ae55490aa1207 #v2.4
SHA512 d44d85e44d17d05c4e21f71acbf5bf544364a9bbe4871be896edd29f9926948cd1ea7627b7d54524f7da64c494638fc126744ced57ea7997a4b712dd26eb6183
HEAD_REF master
PATCHES
0001-fix_find_package.patch
0002-fix_imgui_config.patch
004-fix-find-sfml.patch
)

Expand Down
2 changes: 1 addition & 1 deletion ports/imgui-sfml/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imgui-sfml",
"version": "2.3",
"version": "2.4",
"description": "ImGui binding for use with SFML",
"homepage": "https://github.com/eliasdaler/imgui-sfml",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2829,7 +2829,7 @@
"port-version": 0
},
"imgui-sfml": {
"baseline": "2.3",
"baseline": "2.4",
"port-version": 0
},
"imguizmo": {
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/imgui-sfml.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c81a9d0362c06279990e889cb56f9ebf71bde380",
"version": "2.4",
"port-version": 0
},
{
"git-tree": "2ece5bd925368d6ef9b7295b31f7f2de86179f4e",
"version": "2.3",
Expand Down