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

imgui: Upgrade parking_lot to 0.12 with windows-rs bindings #624

Merged
merged 1 commit into from Mar 15, 2022

Conversation

MarijnS95
Copy link
Contributor

parking_lot now uses windows-rs's windows-sys crate, officially developed and vetted by Microsoft - the bindings are autogenerated from metadata and faster to compile too.

See also Amanieu/parking_lot#311.

`parking_lot` now uses windows-rs's `windows-sys` crate, officially
developed and vetted by Microsoft - the bindings are autogenerated from
metadata and faster to compile too.

See also Amanieu/parking_lot#311.
@dbr
Copy link
Contributor

dbr commented Mar 15, 2022

Thanks! The CI failures all seem entirely unrelated to this change (and unrelated to any existing failures on the main branch), so merging

@dbr dbr merged commit 71dff83 into imgui-rs:main Mar 15, 2022
@MarijnS95 MarijnS95 deleted the parking-lot-0.12 branch March 15, 2022 12:42
@MarijnS95
Copy link
Contributor Author

Thanks @dbr! Would you mind porting this to the 0.8.2 branch and doing a 0.8.3 release with it?

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.

None yet

2 participants