Update edition to 2024

This commit is contained in:
Héctor Ramón Jiménez 2025-03-09 01:01:09 +01:00
parent 007fc4b0d5
commit a886f2427e
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
5 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
use cosmic_text::{Attrs, Buffer, Color, Family, FontSystem, Metrics, Shaping, SwashCache};
use criterion::{criterion_group, criterion_main, Criterion};
use criterion::{Criterion, criterion_group, criterion_main};
use cryoglyph::{
Cache, ColorMode, Resolution, TextArea, TextAtlas, TextBounds, TextRenderer, Viewport, Weight,
};