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

Upgrade egui dependency version to 0.28 and remove fn RPITIT #18

Merged
merged 4 commits into from
Aug 6, 2024

Conversation

kang-sw
Copy link
Owner

@kang-sw kang-sw commented Aug 6, 2024

This pull request includes an upgrade to the egui dependency version to 0.28 and the removal of the function RPITIT, which was causing confusion and making the code less readable. Additionally, the Cargo.lock file has been excluded from the repository. The demo has also been fixed to resolve a weird zooming bug.

kang-sw added 4 commits July 4, 2024 10:25
Originally the RPITIT was intended to enable parallel sort/filtering by
applying different Send/Sync constraint to returned closures, however,
it doesn't seem to implement the desired behavior in foreseeable future.

Without the behavior, the RPIIT is just a source of confusion which
simply makes the derived closure less readable.
* Just pasted official web demo code.
@kang-sw kang-sw merged commit fb7a36e into master Aug 6, 2024
@kang-sw kang-sw deleted the feature/upstream-0.28 branch August 18, 2024 04: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.

1 participant