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 to latest Gfx #41

Closed bvssvni closed 8 years ago

bvssvni commented 8 years ago

Based on https://github.com/PistonDevelopers/gfx_text/pull/40 but updated for gfx 0.10.2.

Kagami commented 8 years ago

Thanks! Looks good. @kvark do you want to review?

kvark commented 8 years ago

@Kagami looking now

kvark commented 8 years ago

Two things to fix before merging:

  1. gfx_device_gl doesn't need to be a dependency
  2. convert tabs to spaces
bvssvni commented 8 years ago

Fixed.

kvark commented 8 years ago

Perfect, thanks @bvssvni !