chore: migrate to Rust 2024 and update dependencies

This commit is contained in:
Vukašin Vojinović 2025-11-06 16:08:48 +01:00 committed by Michael Murphy
parent 32975f8f05
commit 689c60d428
6 changed files with 33 additions and 46 deletions

View file

@ -1,6 +1,6 @@
use criterion::{
black_box, criterion_group, criterion_main, AxisScale, BenchmarkId, Criterion,
PlotConfiguration,
AxisScale, BenchmarkId, Criterion, PlotConfiguration, black_box, criterion_group,
criterion_main,
};
use freedesktop_icons::lookup;
use gtk4::{IconLookupFlags, IconTheme, TextDirection};