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

Use the system GLFW instead of building glfw-sys #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

linkmauve
Copy link
Contributor

On Linux, this allows the user to pick Wayland instead of X11 as their windowing protocol of choice.

On Linux, this allows the user to pick Wayland instead of X11 as their
windowing protocol of choice.
@Ace314159
Copy link
Owner

This doesn't build on Windows because there likely isn't a system GLFW installed. Is there a way to only have this feature for Linux?

I was planning to switch to eventually switch to winit to avoid minimize using C++ libraries, but I forgot about it until now. Will using winit still allow Linux users to pick Wayland or X11?

@Ace314159
Copy link
Owner

I don't think we can have target-specific features until rust-lang/cargo#1197 is resolved. I think it would be better to switch to winit anyway. I'm a bit busy now due to my classes, but I can switch to winit once I get some time to work on this.

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.

2 participants