//! Allocate images explicitly to control presentation.
use crateHandle;
use crateoneshot;
use crate;
pub use crate;
/// An image action.
/// Allocates an image [`Handle`].
///
/// When you obtain an [`Allocation`] explicitly, you get the guarantee
/// that using a [`Handle`] will draw the corresponding image immediately
/// in the next frame.