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

Cargo build on Fedora fails #4

Closed
matchild opened this issue Feb 15, 2021 · 3 comments
Closed

Cargo build on Fedora fails #4

matchild opened this issue Feb 15, 2021 · 3 comments

Comments

@matchild
Copy link

matchild commented Feb 15, 2021

Hi! When running the "cargo build" command on linux (Fedora 33 64-bit) the compiler returns the following errors:
image

@matchild
Copy link
Author

I managed to fix the first one by changing line 22 in main.rs:
use winit::platform::windows::WindowBuilderExtWindows; --> use winit::platform::unix::WindowBuilderExtUnix;

Do you have any hint as to what might be causing the second error?

@DasEtwas
Copy link
Owner

Fixed :) Thanks for reaching out

@matchild
Copy link
Author

Thanks a lot!

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

No branches or pull requests

2 participants