bevy_resvg 2.3.2

A simple library for rendering SVGs in Bevy using the amazing Resvg library.
Documentation
1
2
3
/// Easy-to-use components one can apply when spawning (or modifying) an
/// [`Svg`](crate::prelude::Svg) or [`UiSvg`](crate::prelude::UiSvg).
pub mod components;