1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Fix benchmark compilation

This commit is contained in:
Emil Ernerfeldt
2025-09-05 09:29:27 +02:00
committed by valadaptive
parent 9d8dba48c1
commit 686f0709db

View File

@@ -181,7 +181,7 @@ pub fn criterion_benchmark(c: &mut Criterion) {
text_color,
wrap_width,
);
layout(&mut fonts.fonts, job.into(), pixels_per_point)
layout(&mut fonts.fonts, pixels_per_point, job.into())
});
});
}