Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Jan 4, 2023

This allows direct use of the size types in imgui-rs functions, like Sliders. Previously, they had to be cast, passed in, then cast back. This change allows for direct use (no casts necessary)

This allows direct use of the size types in `imgui-rs` functions, like `Slider`s. Previously, they had to be cast, passed in, then cast back. This change allows for direct use (no casts necessary)
@ghost
Copy link
Author

ghost commented Jan 4, 2023

Fixes #689

@dbr dbr linked an issue Jan 5, 2023 that may be closed by this pull request
@dbr
Copy link
Contributor

dbr commented Jan 5, 2023

LGTM, thanks!

@dbr dbr merged commit c7f8948 into imgui-rs:main Jan 5, 2023
@ghost ghost deleted the DataTypeKind-for-size-types branch January 10, 2023 18:07
@ghost
Copy link
Author

ghost commented Jan 10, 2023

@dbr Thanks for merging, do you know when this will be available on crates.io?

@dbr
Copy link
Contributor

dbr commented Jan 19, 2023

Oh sorry for the lack of update - this is now released in v0.10

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.

Add impl DataTypeKind for size types (usize/isize)
1 participant