Skip to content
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

does not compile on more recent versions #5

Open
yuribudilov opened this issue Feb 3, 2022 · 1 comment
Open

does not compile on more recent versions #5

yuribudilov opened this issue Feb 3, 2022 · 1 comment

Comments

@yuribudilov
Copy link

yuribudilov commented Feb 3, 2022

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

@creativcoder
Copy link
Owner

Hey @yuribudilov Just posted a video where i go through the refactor: https://www.youtube.com/watch?v=EOIhsRxhV80
The repository is updated as well. Let me know if you're able to build this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants