Use glow_glyp in opengl_integration example

This commit is contained in:
Kai Mast 2022-01-27 14:38:13 -06:00 committed by Héctor Ramón Jiménez
parent beebf25c5f
commit f3fb00f838
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -47,7 +47,7 @@ impl Pipeline {
});
let draw_brush_builder =
wgpu_glyph::GlyphBrushBuilder::using_font(font.clone())
glow_glyph::GlyphBrushBuilder::using_font(font.clone())
.initial_cache_size((2048, 2048))
.draw_cache_multithread(multithreading);