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

Update for gfx-rs 0.17.1 #66

Closed nwoeanhinnogaehr closed 6 years ago

nwoeanhinnogaehr commented 6 years ago

Also update deps on example to gfx_window_glutin 0.20.0 and glutin 0.12.0.

I'm not sure if Mipmap::Provided is right because we're not providing mipmaps, but the only other choice is Mipmap::Allocated, which apparently allocates extra memory and we definitely don't want that, so I went with Provided. They both seem to work fine.

nwoeanhinnogaehr commented 6 years ago

Seems the CI failed because of a network timeout. Probably just needs a redo

Kagami commented 6 years ago

Thanks.