Skip to content

Commit

Permalink
Fix example docs CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee committed Feb 26, 2024
1 parent edf41ca commit b6c2bbb
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/bevy_yarnspinner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,19 @@ publish = false
bevy = "0.13"
bevy_yarnspinner = { path = "../../crates/bevy_plugin", version = "0.2" }
bevy_yarnspinner_example_dialogue_view = { path = "../../crates/example_dialogue_view", version = "0.2" }

[[bin]]
name = "access_variables"
doc = false

[[bin]]
name = "custom_command"
doc = false

[[bin]]
name = "custom_function"
doc = false

[[bin]]
name = "hello_world"
doc = false
16 changes: 16 additions & 0 deletions examples/yarnspinner_without_bevy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,19 @@ crossterm = "0.27"
ratatui = "0.26"
anyhow = "1.0"
yarnspinner = { path = "../../crates/yarnspinner", version = "0.2" }

[[bin]]
name = "access_variables"
doc = false

[[bin]]
name = "custom_command"
doc = false

[[bin]]
name = "custom_function"
doc = false

[[bin]]
name = "hello_world"
doc = false

0 comments on commit b6c2bbb

Please sign in to comment.