Merge branch 'main' into simbleau-readme-update2

This commit is contained in:
Spencer C. Imbleau, M.Sc. (he/him) 2023-07-21 09:03:58 -04:00 committed by GitHub
commit 6e11fab286
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.
### Lottie
A separate integration for playing Lottie animations is available through the [`velato`](https://github.com/linebender/velato) crate.
### Bevy
This repository contains a minimal example [with_bevy](./examples/with_bevy/). There is also a separate community integration for rendering lottie and SVG files through [`bevy_vello`]([https://github.com/linebender/velato](https://github.com/vectorgameexperts/bevy_vello).