Update deps

This commit is contained in:
itsjunetime
2026-01-31 17:02:55 -06:00
parent 51120a16fe
commit d8e789627c
6 changed files with 209 additions and 591 deletions
+1
View File
@@ -116,6 +116,7 @@ pub fn start_converting_loop(
let (to_converter_tx, from_main_rx) = unbounded();
let (to_main_tx, from_converter_rx) = unbounded();
#[expect(deprecated)]
let mut picker = Picker::from_fontsize(FONT_SIZE);
picker.set_protocol_type(proto);