Add bevy_vello in README integrations

This commit is contained in:
Spencer C. Imbleau, M.Sc. (he/him) 2023-07-20 19:27:52 -04:00 committed by GitHub
parent 6e9b5c092f
commit 6bdf2fdc27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,10 @@ This is currently incomplete; see its crate level documentation for more informa
This is used in the [winit](#winit) example for the SVG rendering.
### bevy_vello
A separate integration for rendering lottie and SVG files in Bevy is available through the [`bevy_vello`]([https://github.com/linebender/velato](https://github.com/vectorgameexperts/bevy_vello) crate.
## Examples
Our examples are provided in separate packages in the [`examples`](examples) folder.