Skip to content

bevy ecs version conflict when compiling with Bevy 0.18.0 #76

@smurfer

Description

@smurfer

using bevy_framepace v0.20.1 with bevy 0.18.0 leads to a compile error as there are conflicting versions of the Bevy ECS: 0.18.0 and 0.17.2

note: there are multiple different versions of cratebevy_ecs in the dependency graph

cargo tree shows

├── bevy_framepace v0.20.1
│   ├── bevy_app v0.17.2
│   │   ├── bevy_derive v0.17.2 (proc-macro)
│   │   │   ├── bevy_macro_utils v0.17.2
│   │   │   │   ├── parking_lot v0.12.5
│   │   │   │   │   ├── lock_api v0.4.14
│   │   │   │   │   │   └── scopeguard v1.2.0
│   │   │   │   │   └── parking_lot_core v0.9.12 (*)
│   │   │   │   ├── proc-macro2 v1.0.92 (*)
│   │   │   │   ├── quote v1.0.37 (*)
│   │   │   │   ├── syn v2.0.114 (*)
│   │   │   │   └── toml_edit v0.23.7 (*)
│   │   │   ├── quote v1.0.37 (*)
│   │   │   └── syn v2.0.114 (*)
│   │   ├── bevy_ecs v0.17.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions