fix(deps): egui/eframe 0.31->0.35 migration #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate-fix/egui-035"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
egui/eframe 0.31->0.35 API migration in src/app.rs (new ui() entry point, unified egui::Panel, screen_rect->content_rect, on_exit signature). ssh2-config 0.6->0.7 needed no code changes. Cargo.lock regenerated. Verified: cargo build --release clean (0 warnings), cargo test compiles+passes (no unit tests exist). Supersedes #2.
REVIEW NOTES: (1) GUI runtime not exercised � a manual launch to confirm panel layout is worthwhile. (2) The base renovate/non-major branch predates the already-merged dirs v6 (#7) and shows dirs 6->5; rebase on current main before merging so dirs stays at 6. Prepared by a fable subagent.
Superseded: main now carries eframe/egui_extras 0.36 (
83e5f99), ssh2-config 0.8 (da6c37d), and dirs 7 plus russh 0.63 (6257714). The 0.35 migration from this branch was ported onto main as part of that.Pull request closed