This commit is contained in:
galister
2024-11-05 03:44:32 +09:00
parent 9da1c509e3
commit ced753235e
2 changed files with 2 additions and 6 deletions

View File

@@ -1,11 +1,7 @@
use std::{rc::Rc, str::FromStr, sync::Arc};
use fontconfig::{FontConfig, OwnedPattern};
use freetype::{
bitmap::PixelMode,
face::{CharIterator, LoadFlag},
Face, Library,
};
use freetype::{bitmap::PixelMode, face::LoadFlag, Face, Library};
use idmap::IdMap;
use vulkano::{command_buffer::CommandBufferUsage, format::Format, image::Image};