Closed johnthagen closed 7 years ago
gfx_graphics
currently depends on gfx-0.12.0
. This is issue is fixed in gfx-0.12.2
So you could try cargo update
and see if that picks up gfx-0.12.2 automatically for you.
@johnthagen the new versions of piston_window, gfx_texture, and gfx_graphics are now published, based on gfx-0.13. Let me know if you need anything else!
Fixed, thanks!
See: https://travis-ci.org/johnthagen/rust-belt/jobs/185932707
My
Cargo.toml
:It could be that piston_window needs to pin to a newer version of
gfx_graphics
?