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

and fixup the test build

refs: #534
This commit is contained in:
Wez Furlong 2021-03-13 01:03:04 -08:00
parent 26f9d91e43
commit 9be7b8f6ec

View File

@ -338,7 +338,7 @@ impl GlyphCache<ImageTexture> {
Ok(Self {
fonts: Rc::clone(fonts),
glyph_cache: HashMap::new(),
image_cache: HashMap::new(),
image_cache: LruCache::new(16),
frame_cache: HashMap::new(),
atlas,
metrics: metrics.clone(),