Skip to content

Commit 26ba881

Browse files
committed
Clean up toml
1 parent 00c8d83 commit 26ba881

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

crates/example_dialogue_view/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,10 @@ unicode-segmentation = "1"
2020
[dependencies.bevy]
2121
version = "0.13"
2222
default-features = false
23-
features = ["bevy_ui", "bevy_text", "bevy_render", "png", "bevy_asset"]
23+
features = [
24+
"bevy_ui",
25+
"bevy_text",
26+
"bevy_render",
27+
"png",
28+
"bevy_asset"
29+
]

0 commit comments

Comments
 (0)