-
Notifications
You must be signed in to change notification settings - Fork 476
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
Cargo doesn't know about the raw-window-handle feature #979
Comments
That's because 0.33.0 was released before the raw-window-handle feature was merged. I'll create a 0.33.1 at some point (hopefully soon), but in the meantime please use the git version. |
Thanks; I was confused I guess by the line in the changelog under "v0.33" which says
|
@Cobrand it isn't just that it was merged after 0.33.0 but also because the feature was removed completely from the |
@chapel it works for me, might be an OS-related problem, or a configuration problem but I can't see what. Clone this repository, make sure you use the master version, and run This cargo command works perfectly fine on my linux for reference. |
Hmm, I guess you're right, tbh I'm not sure why it wasn't working correctly before but it is likely something I didn't understand. Thanks for the clarification. |
So I can't use it with 0.33:
Cargo.toml snippet:
Error:
(It works fine if I use the git version)
Maybe this is because your Cargo.toml doesn't list raw-window-handle as a feature?
The text was updated successfully, but these errors were encountered: