-
|
This example says |
Beta Was this translation helpful? Give feedback.
Answered by
BD103
Oct 30, 2024
Replies: 1 comment 12 replies
-
|
You can enable it in your own projects by adding the feature to the Bevy dependency declaration in your bevy = { version = "0.14", features = ["bevy_dev_tools"] }Or you can enable it when running examples in the Bevy repo with cargo run --example ui --features=bevy_dev_tools |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe he means outside of the engine source code.
It looks like you put
bevy_dev_tools = ["bevy/bevy_dev_tools"]under[dependencies]instead of[features].