-
Notifications
You must be signed in to change notification settings - Fork 37
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
Update gfx_device_gl dependency #263
Comments
This is done automatically by |
I’m speaking of the dependency here in Cargo.toml. |
I have the same problem. Is this going to be updated? |
Todo:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! After trying to run the example given here on the main Piston repo using
piston_window
version 0.103.0 (I believe the same happens on v0.98.0, but would need to verify), I got two errors when compilinggfx_device_gl
(on latest nightly) that looked a bit like this:Upon further investigation, it appears to be a bug in
gfx_device_gl
version 0.16.1 (and apparently older versions since AFAIKpiston_window
version 0.103.0 usesgfx_device_gl
version 0.15.0, right?). The issue ongfx_device_gl
is here:gfx-rs/gfx#2964
The bug is fixed in
gfx_device_gl
version 0.16.2. Would it be feasible to upgradepiston_window
's dependency ongfx_device_gl
to version 0.16.2 to fix this? If not, is there another way to fix this?Thanks!
The text was updated successfully, but these errors were encountered: