mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
fonts: fixup win32 build
refs: https://github.com/wez/wezterm/issues/559
This commit is contained in:
parent
70c4cd1a53
commit
2c37d2eeb5
@ -4,7 +4,6 @@ use crate::locator::{FontDataHandle, FontLocator};
|
||||
use config::FontAttributes;
|
||||
use dwrote::{FontStretch, FontStyle, FontWeight};
|
||||
use std::borrow::Cow;
|
||||
use std::borrow::Cow;
|
||||
use std::collections::HashSet;
|
||||
use winapi::shared::windef::HFONT;
|
||||
use winapi::um::dwrite::*;
|
||||
|
Loading…
Reference in New Issue
Block a user