-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[imgui-sfml] update to v2.3 (#20926)
* [imgui-sfml] update to v2.3 * update version * change patch format from CRLF to CF * update version * Finish suggested change * update version
- Loading branch information
1 parent
fa14828
commit aa105d9
Showing
8 changed files
with
37 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
diff --git a/imconfig-SFML.h b/imconfig-SFML.h | ||
index f66ba20..0f43ce6 100644 | ||
index ddfe05d..4e7634e 100644 | ||
--- a/imconfig-SFML.h | ||
+++ b/imconfig-SFML.h | ||
@@ -28,5 +28,3 @@ | ||
static_cast<sf::Uint8>(z * 255.f), \ | ||
static_cast<sf::Uint8>(w * 255.f)); \ | ||
@@ -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 | ||
\ No newline at end of file |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,19 @@ | ||
{ | ||
"name": "imgui-sfml", | ||
"version-string": "2.1", | ||
"port-version": 3, | ||
"version": "2.3", | ||
"description": "ImGui binding for use with SFML", | ||
"homepage": "https://github.com/eliasdaler/imgui-sfml", | ||
"dependencies": [ | ||
"imgui", | ||
"opengl", | ||
"sfml" | ||
"sfml", | ||
{ | ||
"name": "vcpkg-cmake", | ||
"host": true | ||
}, | ||
{ | ||
"name": "vcpkg-cmake-config", | ||
"host": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters