-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ exclude = ["examples/*.gif", ".github"] | |
|
||
[dependencies] | ||
interpolation = "0.2" | ||
bevy = { version = "0.6", default-features = false, features = [ "render" ] } | ||
bevy = { version = "0.6", default-features = false, features = [ "bevy_render", "bevy_sprite", "bevy_ui", "bevy_text" ] } | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
inodentry
Author
|
||
|
||
[dev-dependencies] | ||
bevy-inspector-egui = "0.8" | ||
|
@inodentry that looks like a nice change to merge, I didn't realize that
render
was in turn a set of features. How can I test that this is the minimal set and that it doesn't break anything? Did you guess that list or is there a reliable way to come up with it?