From 62f95588c0400ab006ba4b58aa19ff145f06ceb5 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Sun, 4 Aug 2024 21:14:21 +0200 Subject: [PATCH] Use newest bevy_sprite3d --- demo/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demo/Cargo.toml b/demo/Cargo.toml index cd5b6b52..365a1a8b 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -14,5 +14,4 @@ license = "MIT OR Apache-2.0" bevy = { version = "0.14.0" } bevy_yarnspinner = { path = "../crates/bevy_plugin", version = "0.3.0" } bevy_yarnspinner_example_dialogue_view = { path = "../crates/example_dialogue_view", version = "0.3.0" } -# waiting for https://github.com/FraserLee/bevy_sprite3d/pull/22 to be merged -bevy_sprite3d = { git = "https://github.com/janhohenheim/bevy_sprite3d", branch = "bevy-0.14" } +bevy_sprite3d = "3"