Add warning to README about the Bevy example's compilation status

This commit is contained in:
Arman Uguray 2023-04-24 15:57:12 -07:00
parent b442ba550b
commit b0cc221d7a

View file

@ -65,6 +65,9 @@ cargo run -p with_winit -- download
### Bevy
> **Warning**
> This example currently does not compile. We expect to resolve this as soon as Bevy updates to wgpu 0.16
The [Bevy] example ([examples/with_bevy](examples/with_bevy)) demonstrates using Vello within a [Bevy] application.
This currently draws to a [`wgpu`] `Texture` using `vello`, then uses that texture as the faces of a cube.