From c9d7a15fadd7fff065f0b52175d7fd4ddeffb427 Mon Sep 17 00:00:00 2001 From: Arman Uguray Date: Tue, 25 Apr 2023 00:37:06 -0700 Subject: [PATCH] Put the Warning label in its own line Co-authored-by: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4b4d9a..909f1f8 100644 --- a/README.md +++ b/README.md @@ -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.