Add Facepile
and PlayerStack
components
This commit is contained in:
parent
5e7954f152
commit
f33d41af63
9 changed files with 314 additions and 2 deletions
|
@ -3,6 +3,7 @@ mod button;
|
|||
mod icon;
|
||||
mod input;
|
||||
mod label;
|
||||
mod player;
|
||||
mod stack;
|
||||
mod tool_divider;
|
||||
|
||||
|
@ -11,5 +12,6 @@ pub use button::*;
|
|||
pub use icon::*;
|
||||
pub use input::*;
|
||||
pub use label::*;
|
||||
pub use player::*;
|
||||
pub use stack::*;
|
||||
pub use tool_divider::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue