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:
parent
4e6b348921
commit
3e91f23452
@ -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) {
|
||||
|
@ -674,6 +674,7 @@ mod test {
|
||||
freetype_load_target: None,
|
||||
freetype_render_target: None,
|
||||
harfbuzz_features: None,
|
||||
scale: None,
|
||||
},
|
||||
14,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user