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

Include only Win32 features and modules in the windows-sys crate #1935

Merged
merged 2 commits into from Jul 23, 2022

Conversation

kennykerr
Copy link
Collaborator

The windows-sys crate does not support WinRT APIs but its code generator did not do a great job of actually excluding all of the WinRT API modules and left a lot of largely useless artifacts behind. This update carefully includes only the Win32 APIs in the windows-sys crate, eliminating a lot more code and useless crate features and making the windows-sys crate even smaller and simpler.

@kennykerr kennykerr merged commit 371f44a into master Jul 23, 2022
@kennykerr kennykerr deleted the sys-win32 branch July 23, 2022 20: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.

None yet

2 participants