Skip to content
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

Update imgui to 0.8 and winit to 0.25 #73

Merged
merged 4 commits into from
Oct 3, 2021
Merged

Update imgui to 0.8 and winit to 0.25 #73

merged 4 commits into from
Oct 3, 2021

Conversation

MarijnS95
Copy link
Member

@MarijnS95 MarijnS95 commented Oct 3, 2021

Same as #65 but with dependent PRs #28 and #29 merged in first, separately, for better bisectionability may something break along the way - and for easier patch-notes generation.

MarijnS95 and others added 4 commits October 3, 2021 11:24
This also omits some id (label with `##`) assignments which are
unnecessary when the item resides inside a stack with a unique item:
https://github.com/ocornut/imgui/blob/master/docs/FAQ.md#q-how-can-i-have-multiple-widgets-with-the-same-label
These labels should only be used when:
- The label changes based on some dynamic variable like a counter while
  still representing the same object;
- Duplicate labels inside the same stack-item.
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.

2 participants