diff options
author | 2022-01-27 14:38:13 -0600 | |
---|---|---|
committer | 2022-01-28 21:37:16 +0700 | |
commit | f3fb00f838ff94c7dd38d6ffac1a159ba460398c (patch) | |
tree | b0815e9d11a1c62180f6873e988433c53ac35e54 /glow | |
parent | beebf25c5f2fe2a2e6bc860cebfa7e8d2c862cdc (diff) | |
download | iced-f3fb00f838ff94c7dd38d6ffac1a159ba460398c.tar.gz iced-f3fb00f838ff94c7dd38d6ffac1a159ba460398c.tar.bz2 iced-f3fb00f838ff94c7dd38d6ffac1a159ba460398c.zip |
Use glow_glyp in opengl_integration example
Diffstat (limited to 'glow')
-rw-r--r-- | glow/src/text.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glow/src/text.rs b/glow/src/text.rs index 834e7902..0d45d61b 100644 --- a/glow/src/text.rs +++ b/glow/src/text.rs @@ -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); |