Skip to content

Commit fa2f7b2

Browse files
committed
slim down bevy features
1 parent df92de1 commit fa2f7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = ["examples/*.gif", ".github"]
1414

1515
[dependencies]
1616
interpolation = "0.2"
17-
bevy = { version = "0.6", default-features = false, features = [ "render" ] }
17+
bevy = { version = "0.6", default-features = false, features = [ "bevy_render", "bevy_sprite", "bevy_ui", "bevy_text" ] }
1818

1919
[dev-dependencies]
2020
bevy-inspector-egui = "0.8"

0 commit comments

Comments
 (0)