GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.git
clean: remove temporary test_berkeley_mono_measure unit test
src/widget/display/text_sizer.rs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/widget/display/text_sizer.rs b/src/widget/display/text_sizer.rs
index 753a624..99c366d 100644
--- a/src/widget/display/text_sizer.rs
+++ b/src/widget/display/text_sizer.rs
@@ -100,3 +100,5 @@ fn perform_svg_measurement(text: &str, font_family: &str, font_size: f32, scale:
TextLabel::estimate_width(text, font_size)
}
+
+