feat: add id_container
This commit is contained in:
parent
af58d81c6f
commit
72db8a013b
2 changed files with 211 additions and 0 deletions
|
|
@ -234,6 +234,10 @@ pub mod icon;
|
|||
#[doc(inline)]
|
||||
pub use icon::{icon, Icon};
|
||||
|
||||
pub mod id_container;
|
||||
#[doc(inline)]
|
||||
pub use id_container::{id_container, IdContainer};
|
||||
|
||||
#[cfg(feature = "animated-image")]
|
||||
pub mod frames;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue