mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[imgui-sfml] Update to 2.5 (#23914)
* [imgui-sfml] Update to 2.5 * Update version files * Formatted vcpkg.json * Update version database * Add license ID * Update version database
This commit is contained in:
parent
9c23685b57
commit
a3e9d4d0f8
@ -1,9 +0,0 @@
|
||||
diff --git a/imconfig-SFML.h b/imconfig-SFML.h
|
||||
index ddfe05d..bd7174e 100644
|
||||
--- a/imconfig-SFML.h
|
||||
+++ b/imconfig-SFML.h
|
||||
@@ -24,4 +24,3 @@
|
||||
static_cast<sf::Uint8>(z * 255.f), static_cast<sf::Uint8>(w * 255.f)); \
|
||||
}
|
||||
|
||||
-#define ImTextureID unsigned int
|
@ -3,13 +3,12 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO eliasdaler/imgui-sfml
|
||||
REF 9cc8c57a4565551087be0d9aeb3ae55490aa1207 #v2.4
|
||||
SHA512 d44d85e44d17d05c4e21f71acbf5bf544364a9bbe4871be896edd29f9926948cd1ea7627b7d54524f7da64c494638fc126744ced57ea7997a4b712dd26eb6183
|
||||
REF 004efd85a590343e8c9d166dc9d2524c199c9450 #v2.5
|
||||
SHA512 feb11f0a52f89eedc5af4c686b71290a48d69e7bc371f29536eb51752d00b6879d642625f494035d2ccc0500878757709afa2a3810ac17496506db754a3a4ed6
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
0001-fix_find_package.patch
|
||||
004-fix-find-sfml.patch
|
||||
005-fix-imtextureid-define.patch
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "imgui-sfml",
|
||||
"version": "2.4",
|
||||
"port-version": 1,
|
||||
"version": "2.5",
|
||||
"description": "ImGui binding for use with SFML",
|
||||
"homepage": "https://github.com/eliasdaler/imgui-sfml",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
"imgui",
|
||||
"opengl",
|
||||
|
@ -2897,8 +2897,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"imgui-sfml": {
|
||||
"baseline": "2.4",
|
||||
"port-version": 1
|
||||
"baseline": "2.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"imguizmo": {
|
||||
"baseline": "1.83",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8ece0f7736052672d61d85745b1fb6a3b1362720",
|
||||
"version": "2.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "5a40fbdee68d1f6157c8b5e0784fb701b290d0cc",
|
||||
"version": "2.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user