Original PR: https://github.com/LGUG2Z/komorebi/pull/1280 Author: @LGUG2Z Created: 2/15/2025 Status: ❌ Closed
Base: master ← Head: feature/egui-0.31
master
feature/egui-0.31
ee53377
11 files changed (+270 additions, -245 deletions)
📝 Cargo.lock (+135 -122) 📝 Cargo.toml (+3 -2) 📝 komorebi-bar/Cargo.toml (+1 -1) 📝 komorebi-bar/src/bar.rs (+43 -42) 📝 komorebi-bar/src/komorebi.rs (+8 -7) 📝 komorebi-bar/src/komorebi_layout.rs (+6 -5) 📝 komorebi-bar/src/render.rs (+50 -48) 📝 komorebi-bar/src/selected_frame.rs (+6 -6) 📝 komorebi-bar/src/time.rs (+14 -8) 📝 komorebi-themes/Cargo.toml (+3 -3) 📝 komorebi/Cargo.toml (+1 -1)
Cargo.lock
Cargo.toml
komorebi-bar/Cargo.toml
komorebi-bar/src/bar.rs
komorebi-bar/src/komorebi.rs
komorebi-bar/src/komorebi_layout.rs
komorebi-bar/src/render.rs
komorebi-bar/src/selected_frame.rs
komorebi-bar/src/time.rs
komorebi-themes/Cargo.toml
komorebi/Cargo.toml
A whole bunch of deprecations and breaking changes in this egui/eframe release - @CtByte can you take a look?
I'm not sure what we should default to for this new enum: https://docs.rs/egui/0.31.0/egui/enum.StrokeKind.html
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1280
Author: @LGUG2Z
Created: 2/15/2025
Status: ❌ Closed
Base:
master← Head:feature/egui-0.31📝 Commits (1)
ee53377chore(deps): bump eframe to 0.31📊 Changes
11 files changed (+270 additions, -245 deletions)
View changed files
📝
Cargo.lock(+135 -122)📝
Cargo.toml(+3 -2)📝
komorebi-bar/Cargo.toml(+1 -1)📝
komorebi-bar/src/bar.rs(+43 -42)📝
komorebi-bar/src/komorebi.rs(+8 -7)📝
komorebi-bar/src/komorebi_layout.rs(+6 -5)📝
komorebi-bar/src/render.rs(+50 -48)📝
komorebi-bar/src/selected_frame.rs(+6 -6)📝
komorebi-bar/src/time.rs(+14 -8)📝
komorebi-themes/Cargo.toml(+3 -3)📝
komorebi/Cargo.toml(+1 -1)📄 Description
A whole bunch of deprecations and breaking changes in this egui/eframe release - @CtByte can you take a look?
I'm not sure what we should default to for this new enum: https://docs.rs/egui/0.31.0/egui/enum.StrokeKind.html
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.