avatar fixes and implementation to edit
This commit is contained in:
parent
acab2f017d
commit
c3320ddcce
11 changed files with 1417 additions and 37 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue