feat: add id_container

This commit is contained in:
Ashley Wulber 2024-05-30 15:48:42 -04:00 committed by Ashley Wulber
parent af58d81c6f
commit 72db8a013b
2 changed files with 211 additions and 0 deletions

View file

@ -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;