hecrj / wgpu_glyph

A fast text renderer for wgpu (https://github.com/gfx-rs/wgpu)
https://docs.rs/wgpu_glyph
MIT License
450 stars 78 forks source link

Update to glyph_brush 0.6 #22

Closed dhardy closed 4 years ago

dhardy commented 4 years ago

This has a new release out, itself depending on a new rusttype version. It would be nice to have a new release for this.

BTW you can also correct the doc here: https://github.com/hecrj/wgpu_glyph/blob/master/src/lib.rs#L36

hecrj commented 4 years ago

glyph-brush has already been updated in master.

We are currently waiting for a new wgpu release.

BTW you can also correct the doc here: https://github.com/hecrj/wgpu_glyph/blob/master/src/lib.rs#L36

Thanks for the catch! It should be fixed now :)