feat: make canvas refresh more efficient

This commit is contained in:
Evan Carroll 2026-01-15 15:27:58 -06:00
parent b430c80000
commit 8447fdef5d
5 changed files with 507 additions and 408 deletions

View file

@ -1,5 +1,6 @@
//! Reusable UI components.
pub mod avatar_canvas;
pub mod chat;
pub mod chat_types;
pub mod editor;
@ -12,6 +13,7 @@ pub mod settings;
pub mod settings_popup;
pub mod ws_client;
pub use avatar_canvas::*;
pub use chat::*;
pub use chat_types::*;
pub use editor::*;