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

Outdated example #29

Closed astahfrom closed 9 years ago

astahfrom commented 9 years ago

Now that gfx_window_glutin is deprecated in favour of glutin_window, the provided example in examples/styles.rs is out of date. I would like to use gfx_text with the new glutin_window, but it seems to be somewhat involved?

Kagami commented 9 years ago

gfx_window_glutin crate wasn't deprecated by itself, it was only moved to the unite gfx-rs repo. glutin_window is not related to gfx, it's for piston engine. Closing this but feel free to ask additional questions if something is still not clear.

astahfrom commented 9 years ago

Perfect, I just misunderstood the situation, thank you for the quick answer and this library!