feat: make canvas refresh more efficient
This commit is contained in:
parent
b430c80000
commit
8447fdef5d
5 changed files with 507 additions and 408 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue