-
I'm trying to add some helper functions to the examples which mean I would want to put the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You could create a separate crate with helpers for examples and add it as a development dependency. But I am not convinced that would be a good thing to do. It's valuable, that users can copy paste the content of an example and just run it. That would no longer work if the example uses some help methods defined outside of bevy and the example. |
Beta Was this translation helpful? Give feedback.
Since you do not think it would be a good idea to create such a crate I do not see a reason to do so.