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 all dependencies #21

Closed rukai closed 4 years ago

rukai commented 4 years ago

Updates to the latest wgpu commit giving us access to the latest winit release.

Looks like glyph_brush requires getting texture_dimensions() from the built glyph_brush as initial_cache_size is no longer available. https://github.com/alexheretic/glyph-brush/blob/master/glyph-brush/CHANGELOG.md

hecrj commented 4 years ago

Awesome! Thank you :)