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

* [imgui-sfml] update to v2.4

* update version
This commit is contained in:
JonLiu1993 2021-11-18 04:30:39 +08:00 committed by GitHub
parent a506c84a86
commit 024922992e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 15 deletions

View File

@ -1,10 +0,0 @@
diff --git a/imconfig-SFML.h b/imconfig-SFML.h
index ddfe05d..4e7634e 100644
--- a/imconfig-SFML.h
+++ b/imconfig-SFML.h
@@ -23,5 +23,3 @@
return sf::Color(static_cast<sf::Uint8>(x * 255.f), static_cast<sf::Uint8>(y * 255.f), \
static_cast<sf::Uint8>(z * 255.f), static_cast<sf::Uint8>(w * 255.f)); \
}
-
-#define ImTextureID unsigned int

View File

@ -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
)

View File

@ -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": [

View File

@ -2829,7 +2829,7 @@
"port-version": 0
},
"imgui-sfml": {
"baseline": "2.3",
"baseline": "2.4",
"port-version": 0
},
"imguizmo": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c81a9d0362c06279990e889cb56f9ebf71bde380",
"version": "2.4",
"port-version": 0
},
{
"git-tree": "2ece5bd925368d6ef9b7295b31f7f2de86179f4e",
"version": "2.3",