hecrj / wgpu_glyph

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

Replace `zerocopy` with `bytemuck` #51

Closed hecrj closed 3 years ago

hecrj commented 3 years ago

Depends on #50.

Replaces zerocopy with bytemuck, which should reduce compilation time.