git.lucas.co / cce-ui
GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.git

commit7c1f6b0ca4d9a444af8e90c1c9a9fde772348981
parentda6841413a
authorLucas Galante <[email protected]>
date2026-07-05 13:55
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)
 }
+
+