Skip to content

does not compile on more recent versions #5

@yuribudilov

Description

@yuribudilov

HELLO

Just FYI,

I built this OK and used it as supplied, works fine. Thank you.

However, today I upgraded headlines Cargo.toml to use the most recent versions of dependent crates eframe and tracing-subscriber (current as of 3 Feb 2022) and this project no longer compiles or compiles and does not run, has a lot of issues, too numerous to mention (functions no longer found, life-time annotation errors, etc).

tracing-subscriber = "0.2.25" - tried 0.3.0 up to 0.3.7 (0.3.0 compiled but got run-time errors).
eframe = {version = "0.14.0", features = ["persistence"]} - tried 0.15.0 and 0.16.0 (latest as of 3 Feb 2022)

I can always use the old versions of those dependent crates, as you had used, but it wont be good enough for very long.

egui appears to be too early in its development cycle to start using now, the code disruption/API churn is simply too great.
I can not even compile their eframe examples with newest (0.16.0) either.

It is a pity, as egui/eframe/epi looked like a good Rust GUI candidate.

If you ever manage to "upgrade" this project to use the latest crate versions, please let us know.

thanks and regards

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