Skip to content

Commit

Permalink
Clean up toml
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Feb 18, 2024
1 parent 00c8d83 commit 26ba881
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion crates/example_dialogue_view/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ unicode-segmentation = "1"
[dependencies.bevy]
version = "0.13"
default-features = false
features = ["bevy_ui", "bevy_text", "bevy_render", "png", "bevy_asset"]
features = [
"bevy_ui",
"bevy_text",
"bevy_render",
"png",
"bevy_asset"
]

0 comments on commit 26ba881

Please sign in to comment.