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,7 +1,7 @@
use crate::{
text_render::ContentType, Cache, CacheKey, FontSystem, GlyphDetails, GpuCacheStatus, SwashCache,
Cache, CacheKey, FontSystem, GlyphDetails, GpuCacheStatus, SwashCache, text_render::ContentType,
};
use etagere::{size2, Allocation, BucketedAtlasAllocator};
use etagere::{Allocation, BucketedAtlasAllocator, size2};
use lru::LruCache;
use rustc_hash::FxHasher;
use std::{collections::HashSet, hash::BuildHasherDefault};