From b0cc221d7a88c7a475e90076a42999748ccbcf1c Mon Sep 17 00:00:00 2001 From: Arman Uguray Date: Mon, 24 Apr 2023 15:57:12 -0700 Subject: [PATCH] Add warning to README about the Bevy example's compilation status --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 661184d..d4b4d9a 100644 --- a/README.md +++ b/README.md @@ -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.