//! This module holds every struct designed to contain various `ViewElement`s. Since every container is itself a [`ViewElement`](super::view::ViewElement), containers can be combined by nesting inside of each other.
pub use VisibilityToggle;
pub use PixelContainer;
pub use CanShade;
pub use CollisionContainer;