-
Notifications
You must be signed in to change notification settings - Fork 932
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
Update winapi
to 0.3
#346
Update winapi
to 0.3
#346
Conversation
Thanks. What's the strategy, though? Do we merge this in master in the hopes that |
I will keep this pull request updated and wait for a new I wrote this pull request to check if it is possible to update, resolve incompatibilities, etc. |
|
Cargo.toml
Outdated
kernel32-sys = "0.2" | ||
dwmapi-sys = "0.1" | ||
[target.'cfg(target_os = "windows")'.dependencies.winapi] | ||
git = "https://github.com/retep998/winapi-rs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to change this to version = "0.3"
.
@tomaka Is there anything else that has to be done before this pull request can be merged? |
@retep998 announced that
winapi
0.3 is feature complete, and thatThis pull request updates
winit
to use the newwinapi
, in preparation for its stable release.