mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-08 20:01:30 +11:00
Add warning to README about the Bevy example's compilation status
This commit is contained in:
parent
b442ba550b
commit
b0cc221d7a
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue