Skip to content

[imgui] Updated to 1.74 and added features for sdl2 and vulkan#9103

Closed
helynranta wants to merge 9 commits intomicrosoft:masterfrom
helynranta:imgui-features
Closed

[imgui] Updated to 1.74 and added features for sdl2 and vulkan#9103
helynranta wants to merge 9 commits intomicrosoft:masterfrom
helynranta:imgui-features

Conversation

@helynranta
Copy link
Contributor

@helynranta helynranta commented Nov 26, 2019

I updated library to latest 1.74 and added separate features for sdl2 and Vulkan.
To not break old functionality I added check for not using feature "extra" with sdl2 and vulkan. Extra is windows only feature (sln solution for a lot of stuff in extras folder, including content in these two other features), where as sdl2 and vulkan are just implementation example bindings made by library developers.

example IMGUI_COMPILE_ALL_EXAMPLES
)

if ("example" IN_LIST FEATURES AND ("sdl2" IN_LIST FEATURES OR "vulkan" IN_LIST FEATURES))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after vcpkg_check_features there must be better way of checking for this

@grdowns grdowns self-assigned this Nov 26, 2019
@PhoebeHui PhoebeHui requested a review from JackBoosY November 28, 2019 01:29
@JackBoosY
Copy link
Contributor

I have a PR #8788 to solve this issue.

@PhoebeHui PhoebeHui changed the title [imgui] updated to 1.74 and added features for sdl2 and vulkan [imgui] Updated to 1.74 and added features for sdl2 and vulkan Nov 29, 2019
@helynranta helynranta closed this Dec 17, 2019
@helynranta helynranta deleted the imgui-features branch December 17, 2019 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants