headlines
headlines copied to clipboard
does not compile on more recent versions
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
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