Update edition
to 2024
This commit is contained in:
parent
007fc4b0d5
commit
a886f2427e
5 changed files with 10 additions and 10 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue