avatar fixes and implementation to edit

This commit is contained in:
Evan Carroll 2026-01-17 01:11:05 -06:00
parent acab2f017d
commit c3320ddcce
11 changed files with 1417 additions and 37 deletions

View file

@ -1,6 +1,7 @@
//! Reusable UI components.
pub mod avatar_canvas;
pub mod avatar_editor;
pub mod chat;
pub mod chat_types;
pub mod editor;
@ -17,6 +18,7 @@ pub mod settings_popup;
pub mod ws_client;
pub use avatar_canvas::*;
pub use avatar_editor::*;
pub use chat::*;
pub use chat_types::*;
pub use editor::*;