[PR #1280] [CLOSED] chore(deps): bump eframe to 0.31 #1295

Closed
opened 2026-01-05 14:54:47 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1280
Author: @LGUG2Z
Created: 2/15/2025
Status: Closed

Base: masterHead: feature/egui-0.31


📝 Commits (1)

  • ee53377 chore(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.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/1280 **Author:** [@LGUG2Z](https://github.com/LGUG2Z) **Created:** 2/15/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/egui-0.31` --- ### 📝 Commits (1) - [`ee53377`](https://github.com/LGUG2Z/komorebi/commit/ee533779a329dc3258f95e2d9e4cb30e0a96790b) chore(deps): bump eframe to 0.31 ### 📊 Changes **11 files changed** (+270 additions, -245 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:54:47 +01:00
adam closed this issue 2026-01-05 14:54:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1295