Add missing par_iter() call

Amends 08c3f7a79a
This commit is contained in:
Simon Hausmann 2024-10-23 19:42:35 +02:00
parent 08c3f7a79a
commit 094a8ea718

View file

@ -405,7 +405,7 @@ fn embed_alpha_map_glyphs(
use rayon::prelude::*;
let glyphs = pixel_sizes
.iter()
.par_iter()
.map(|pixel_size| {
let glyph_data = character_map
.par_iter()