-
Notifications
You must be signed in to change notification settings - Fork 20
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
Replace winapi crate with windows-sys #14
Comments
Yes, probably so. Although my initial concern would be increased compile time or increased dependencies. I'm familiar with Microsoft's crate and agree it's probably the direction we should go. I'm just hoping it's a change for the better. |
At this point most people are already using the official windows-sys crate anyway since a lot of projects moved to it, so I would say not to worry too much about compile time or increased dependencies. |
LOL. Just don't worry about it. :) One of the problems is that the windows crate is moving very fast. So, that means lots of versions. I also agree that people are migrating to it like they should. The problem comes in where we have 10 versions of the windows crates because people don't keep their projects up to date. That's especially a problem in crates like this one that don't get updated very frequently. i.e. It'll get behind fast. But that's the age-old story with crates. Having said all that, like I said before, we'd probably accept a PR to move to the windows crate. |
I am happy to contribute it then |
Thanks for picking that up and moving the ecossystem forward @kgrech! |
Depending on winapi crate is not the best idea:
Would you consider the migration?
The text was updated successfully, but these errors were encountered: