/// Runtime modification of [`SVG`](https://en.wikipedia.org/wiki/SVG) files.
/// Error utilities for this crate.
/// The [`Plugin`](bevy::app::Plugin) for initialising the Bevy logic and
/// configuration provided by this crate.
/// Import this module as `use bevy_resvg::prelude::*` to get convenient
/// imports.
/// Tools and helpers for loading, rastering, and rendering
/// [`SVG`](https://en.wikipedia.org/wiki/SVG) files.
/// [`AssetLoader`](bevy::asset::AssetLoader) settings for
/// [`SvgFile`](crate::prelude::SvgFile)
/// Tools and helpers for loading [`SVG`](https://en.wikipedia.org/wiki/SVG)
/// files.
pub
pub use resvg;