Skip to content

Bevy support doesn't appear to be usable #324

@chris-janidlo

Description

@chris-janidlo

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. The bracket-bevy crate doesn't seem to have been uploaded to crates.io:

$ cargo add bracket-bevy
    Updating crates.io index
error: the crate `bracket-bevy` could not be found in registry index.

and the bevy feature in bracket-lib appears to be broken due to asking for the bevy feature from bracket-geometry, which doesn't exist:

[dependencies]
bevy = "0.9.1"
bracket-lib = { version = "0.8.7", features = ["bevy"] }
$ cargo run
    Blocking waiting for file lock on package cache
    Updating crates.io index
error: failed to select a version for `bracket-geometry`.
    ... required by package `bracket-lib v0.8.7`
    ... which satisfies dependency `bracket-lib = "^0.8.7"` of package `<>`
versions that meet the requirements `~0.8` are: 0.8.7, 0.8.3, 0.8.2, 0.8.1, 0.8.0

the package `bracket-lib` depends on `bracket-geometry`, with features: `bevy` but `bracket-geometry` does not have these features.


all possible versions conflict with previously selected packages.

  previously selected package `bevy v0.9.1`
    ... which satisfies dependency `bevy = "^0.9.1"` of package `<>`

failed to select a version for `bracket-geometry` which could resolve this conflict

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions