-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bevy support doesn't appear to be usable #324
Comments
I'm also fairly new to Rust/Cargo so I don't necessarily have a good answer for why but removing your dependency for EDIT: The actual issue is that the |
I'll be back from vacation tomorrow, was going to do some updates.
I haven't published the crate (or its dependencies) yet, ran into a few
minor issues to resolve.
It should work as a git dependency, probably with just bevy "0.9" - haven't
had a chance to test 0.9.1 with it yet.
…On Wed, Dec 28, 2022, 6:55 PM Nate Wilson ***@***.***> wrote:
I'm also fairly new to Rust/Cargo so I don't necessarily have a good
answer for *why* but removing your dependency for bevy = "0.9.1" should
solve your issue. My guess is that the bracket-bevy crate only has a
dependency for bevy = "0.9" and pinning it to bevy = "0.9.1" is too
restrictive
—
Reply to this email directly, view it on GitHub
<#324 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADRU43ZHRX55W7C3V3Y7W2TWPTOOPANCNFSM6AAAAAAS7GVXBI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
It looks like But here's what works as of right now:
|
I have this mostly working now on |
I'm new to rust, so I might be missing something, but it appears that there isn't any way to install the bevy plugin, at least through
cargo.toml
. Thebracket-bevy
crate doesn't seem to have been uploaded to crates.io:and the
bevy
feature inbracket-lib
appears to be broken due to asking for thebevy
feature frombracket-geometry
, which doesn't exist:The text was updated successfully, but these errors were encountered: