PistonDevelopers / gfx_text

Draw text for gfx using freetype
http://docs.piston.rs/gfx_text/gfx_text/
MIT License
22 stars 12 forks source link

Updated code and examples to support gfx 0.13.0 #56

Closed BonsaiDen closed 7 years ago

BonsaiDen commented 7 years ago

The changes should all be straightforward, basically just a bunch renaming since gfx-rs moved stuff around, the only other change was due to PipelineStateError<S> now being generic over the underlying error type.

The examples however... :) Well, I basically had to switch out the entire window creation process since that changed quite a lot in recent piston version and the old glutin_window doesn't even exist any more.

bvssvni commented 7 years ago

I've got a working version of the examples with fewer changes.

bvssvni commented 7 years ago

Closing in favor of https://github.com/PistonDevelopers/gfx_text/pull/57.