Conversation
|
Trying to update to bevy 0.17, and when trying out this branch, I get a panic. The backtrace tells me that this crate is responsible. Enjoy! Thanks to the wondrous folks at bevy, I've managed to add a few feature flags to get rid of this error and one more. There are still more problems it seems. I will continue to experiment further in the morning. Further experimentations has shown that depending on this branch will never work. Forking this branch and depending on that fork, works perfectly. I have no idea why. Consistent at least. |
|
@komadori Hello Mr Robin, how are you doing today on this lovely evening. I believe this can be merged. As I personally didnt ran into nay issues |
|
Thank you for this PR, I just tried it against bevy 0.17.2 in my project and it works as expected :) |
Cargo.toml
Outdated
|
|
||
| [dev-dependencies] | ||
| bevy = { version = "0.16.0", default-features = false, features = [ | ||
| bevy = { version = "0.17.0-rc.1", default-features = false, features = [ |
There was a problem hiding this comment.
Should this (and the one above) be "0.17.0" now that Bevy 0.17 is released?
|
Hello @komadori, any updates on this? I tried it against bevy 0.17.3 (which is the last 0.17 version before 0.18) and it works fine. I have local changes porting this to bevy 0.18 starting from this branch. |
|
I assume the reason this isn't merged yet is because #65 is still open and marked as part of the 0.11 milestone to. |
No description provided.