Update dependencies

This commit is contained in:
Jeremy Soller 2024-06-12 09:50:07 -06:00
parent 8bd54b9fe1
commit 7c02b9cb57
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 34 additions and 25 deletions

View file

@ -378,7 +378,7 @@ impl Terminal {
self.with_buffer_mut(|buffer| {
let mut font_system = font_system().write().unwrap();
buffer.set_size(font_system.raw(), width as f32, height as f32);
buffer.set_size(font_system.raw(), Some(width as f32), Some(height as f32));
});
self.needs_update = true;