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.
This Pull Request updates cimgui-go to v1.1.0 manually (as some annoying guy - I don't know him at all - did breaking changes since last release).
I attach release notes - just in case:
cimgui-go v1.1.0 Release Notes
Introduction
Hi!
We present another release of cimgui-go today.
Its major highlights are:
Vector
type - it now shares the Slice() method.Breaking Changes
utils.SliceToPtr(yourslice)
imgui.Vector
was moved tovectors.Vector
imgui
package so putting it there isn't the right approach.imgui.SliceToPtr
was moved toutils.SliceToPtr
imgui
's code and should not be there.datautils
package was renamed toutils
.Does it make it work better?
- No, but this name is shorter. This package was entirely redesigned anyway so a name change will not break much more.We are so sorry for these breaking changes. We hope their positive impact on your project will be much greater than your dissatisfaction related to implementing them. We promise we'll try to avoid them in future releases so that you can update smoothly.
What's Changed
Full Changelog: AllenDang/cimgui-go@v1.0.3...v1.1.0
superseeds and closes #896