-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[Imgui] Update docking-experimental and freetype features to 1.81 #16268
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
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
1790adc
[imgui] Update docking-experimental and freetype features to 1.81
5145cfc
[imgui] Update version files
4bdab1c
[imgui] Move string replacement to post-build
ras0219-msft 102d86b
Update ports/imgui/CMakeLists.txt
JackBoosY b86d129
[imgui] Declare IMGUI_ENABLE_FREETYPE macro only if the freetype feat…
1527266
[imgui] Update version files
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,105 @@ | ||
| { | ||
| "name": "imgui", | ||
| "version": "1.81", | ||
| "port-version": 2, | ||
| "description": "Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.", | ||
| "homepage": "https://github.com/ocornut/imgui", | ||
| "features": { | ||
| "allegro5-binding": { | ||
| "description": "Make available Allegro5 binding", | ||
| "dependencies": [ | ||
| "allegro5" | ||
| ] | ||
| }, | ||
| "docking-experimental": { | ||
| "description": "Build with docking support" | ||
| }, | ||
| "dx10-binding": { | ||
| "description": "Make available DirectX10 binding" | ||
| }, | ||
| "dx11-binding": { | ||
| "description": "Make available DirectX11 binding" | ||
| }, | ||
| "dx12-binding": { | ||
| "description": "Make available DirectX12 binding" | ||
| }, | ||
| "dx9-binding": { | ||
| "description": "Make available DirectX9 binding" | ||
| }, | ||
| "freetype": { | ||
| "description": "Build font atlases using FreeType instead of stb_truetype", | ||
| "dependencies": [ | ||
| "freetype" | ||
| ] | ||
| }, | ||
| "glfw-binding": { | ||
| "description": "Make available GLFW binding", | ||
| "dependencies": [ | ||
| "glfw3" | ||
| ] | ||
| }, | ||
| "glut-binding": { | ||
| "description": "Make available Glut binding", | ||
| "dependencies": [ | ||
| "freeglut" | ||
| ] | ||
| }, | ||
| "libigl-imgui": { | ||
| "description": "Install the libigl-imgui headers" | ||
| }, | ||
| "marmalade-binding": { | ||
| "description": "Make available Marmalade binding" | ||
| }, | ||
| "metal-binding": { | ||
| "description": "Make available Metal binding" | ||
| }, | ||
| "opengl2-binding": { | ||
| "description": "Make available OpenGL (legacy) binding" | ||
| }, | ||
| "opengl3-gl3w-binding": { | ||
| "description": "Make available OpenGL3/ES/ES2 (modern) binding with gl3w", | ||
| "dependencies": [ | ||
| "gl3w" | ||
| ] | ||
| }, | ||
| "opengl3-glad-binding": { | ||
| "description": "Make available OpenGL3/ES/ES2 (modern) binding with glad", | ||
| "dependencies": [ | ||
| "glad" | ||
| ] | ||
| }, | ||
| "opengl3-glbinding-binding": { | ||
| "description": "Make available OpenGL3/ES/ES2 (modern) binding glbinding", | ||
| "dependencies": [ | ||
| "glbinding" | ||
| ] | ||
| }, | ||
| "opengl3-glew-binding": { | ||
| "description": "Make available OpenGL3/ES/ES2 (modern) binding with GLEW", | ||
| "dependencies": [ | ||
| "glew" | ||
| ] | ||
| }, | ||
| "osx-binding": { | ||
| "description": "Make available OSX binding" | ||
| }, | ||
| "sdl2-binding": { | ||
| "description": "Make available SDL2 binding", | ||
| "dependencies": [ | ||
| "sdl2" | ||
| ] | ||
| }, | ||
| "vulkan-binding": { | ||
| "description": "Make available Vulkan binding", | ||
| "dependencies": [ | ||
| "vulkan" | ||
| ] | ||
| }, | ||
| "wchar32": { | ||
| "description": "Use WCHAR32 instead of WCHAR16" | ||
| }, | ||
| "win32-binding": { | ||
| "description": "Make available Win32 binding" | ||
| } | ||
| } | ||
| } |
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.