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 wgpu to 0.19 and winit to 0.29 #107

Closed LukasKalbertodt closed 7 months ago

LukasKalbertodt commented 8 months ago

The wgpu update is useful for users of this crate, while the winit update is only relevant to the examples in this repo. I also touched up the WGSL code. If you prefer, I can remove the last commit.

This can be be reviewed commit by commit.

Changelogs: wgpu, winit


Thanks for this crate btw. I know the README now says this has been superseeded by glyphon, but I still think there is a place for wgpu_glyph. At least for now. Switching to glyphon isn't straight forward if you are already using wgpu_glyph and cosmic-text still lacks some features like changing font size within one text block. So thanks for still maintaining this!

Cryptjar commented 7 months ago

Are there any plans to merge this any time soon?