Put the Warning label in its own line

Co-authored-by: Daniel McNab <36049421+DJMcNab@users.noreply.github.com>
This commit is contained in:
Arman Uguray 2023-04-25 00:37:06 -07:00 committed by GitHub
parent b0cc221d7a
commit c9d7a15fad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ cargo run -p with_winit -- download
### Bevy
> **Warning**
> **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.