mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 22:01:47 +03:00
parent
26f9d91e43
commit
9be7b8f6ec
@ -338,7 +338,7 @@ impl GlyphCache<ImageTexture> {
|
|||||||
Ok(Self {
|
Ok(Self {
|
||||||
fonts: Rc::clone(fonts),
|
fonts: Rc::clone(fonts),
|
||||||
glyph_cache: HashMap::new(),
|
glyph_cache: HashMap::new(),
|
||||||
image_cache: HashMap::new(),
|
image_cache: LruCache::new(16),
|
||||||
frame_cache: HashMap::new(),
|
frame_cache: HashMap::new(),
|
||||||
atlas,
|
atlas,
|
||||||
metrics: metrics.clone(),
|
metrics: metrics.clone(),
|
||||||
|
Loading…
Reference in New Issue
Block a user