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

Removed dependency on SDL2, making it easier to build #407

Merged
merged 1 commit into from
Nov 15, 2017

Conversation

tynril
Copy link
Contributor

@tynril tynril commented Nov 15, 2017

Building piston-examples currently requires SDL2, which is somewhat painful on Windows (see #391, #405). This PR removes that dependency and solves both of these issues.

The downside is that there no longer is an example that uses SDL2, but the code difference is so small that it seems like an OK trade-off to me.

@bvssvni
Copy link
Member

bvssvni commented Nov 15, 2017

Nice! Merging.

@bvssvni bvssvni merged commit eb40e5b into PistonDevelopers:master Nov 15, 2017
@cessationoftime
Copy link

cessationoftime commented Dec 16, 2017

I feel this config should be the default for the user input example instead of SDL2. So noobs like myself do not run into issues when they go to build. Though I did figure out how to workaround it by modifying the cargo.toml after seeing this issue.

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.

3 participants