Closed davids91 closed 1 year ago
Ah. This is because while wanderlust depends on bevy 0.10 on main, it does not on crates.io as I haven't uploaded a new version in a while, so your 0.10 plugin trait is not matching up with wanderlust's 0.8 plugin trait.
To fix this, depend on wanderlust with
bevy_mod_wanderlust = { git = "https://github.com/PROMETHIA-27/bevy_mod_wanderlust.git" }
That should fix the problem if I'm not mistaken.
I'll do my best to revisit wanderlust again and maybe add some features/fix some bugs, and upload the latest version to crates.io. Might take a week or so at most, assuming I don't forget.
Awesome! This works! :) I'll be watching the Repo for any updates; Thank you for your help!
Hi! Now that I've had the chance to run the examples I see this control is awesome! I would love to use it in my projects, but unable to set it up for some reason ..
Cargo.toml:
The following main.rs:
Produces the compile error: