Skip to content

Commit

Permalink
Use newest bevy_sprite3d
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim authored Aug 4, 2024
1 parent bf1b533 commit 62f9558
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 62f9558

Please sign in to comment.