1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 13:21:38 +03:00

fix build/tests

This commit is contained in:
Wez Furlong 2022-03-26 17:00:03 -07:00
parent 4e6b348921
commit 3e91f23452
2 changed files with 2 additions and 0 deletions

View File

@ -327,6 +327,7 @@ impl FontLocator for GdiFontLocator {
freetype_load_target: None,
freetype_render_target: None,
freetype_load_flags: None,
scale: None,
};
if !resolved.contains(&attr) {

View File

@ -674,6 +674,7 @@ mod test {
freetype_load_target: None,
freetype_render_target: None,
harfbuzz_features: None,
scale: None,
},
14,
)