Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Jan 30, 2024
1 parent 79c9a10 commit 7f75759
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = ["Jan Hohenheim <[email protected]>"]
license = "MIT OR Apache-2.0"
exclude = ["assets", "wasm"]
description = "Bevy plugin for Yarn Spinner for Rust, friendly tool for writing game dialogue"
readme = "../readme.md"
readme = "../../readme.md"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion crates/example_dialogue_view/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = ["Jan Hohenheim <[email protected]>"]
license = "MIT OR Apache-2.0"
exclude = ["assets", "wasm"]
description = "Example dialog view for Bevy Yarn Spinner for Rust, the friendly tool for writing game dialogue"
readme = "../readme.md"
readme = "../../readme.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion crates/yarnspinner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories = ["game-development", "compilers"]
authors = ["Jan Hohenheim <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "The friendly tool for writing game dialogue"
readme = "../readme.md"
readme = "../../readme.md"

[features]
default = []
Expand Down

0 comments on commit 7f75759

Please sign in to comment.