mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1267] [MERGED] Add re-exports to komorebi-client and a few derives needed for 3rd party integration
#1287
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1267
Author: @alex-ds13
Created: 2/7/2025
Status: ✅ Merged
Merged: 2/8/2025
Merged by: @LGUG2Z
Base:
master← Head:fix/derives📝 Commits (10+)
caafb24fix: makeTabsConfigfields publicd862453fix: makeAnimationsConfigfields public4d23156fix: reexport a bunch of structs on komorebi-clientd53a91cfix: deriveClonefor multiple structs86f42effix: derivePartialEqfor multiple structsdb9d3dechore(deps): update base16-egui-themes rev5dfca78fix: add missing skip_serializing_ifNoneb17e311fix(client): reexportMatchingRulef7dc361fix(komorebi-themes): deriveDisplayfor multiple enums7d42cdfchore(deps): update base16-egui-themes rev📊 Changes
13 files changed (+144 additions, -37 deletions)
View changed files
📝
Cargo.lock(+1 -1)📝
komorebi-client/src/lib.rs(+12 -0)📝
komorebi-themes/Cargo.toml(+2 -2)📝
komorebi-themes/src/lib.rs(+5 -4)📝
komorebi/src/animation/mod.rs(+1 -1)📝
komorebi/src/border_manager/mod.rs(+2 -1)📝
komorebi/src/colour.rs(+3 -3)📝
komorebi/src/core/animation.rs(+10 -1)📝
komorebi/src/core/config_generation.rs(+1 -1)📝
komorebi/src/core/mod.rs(+20 -2)📝
komorebi/src/monitor.rs(+20 -0)📝
komorebi/src/static_config.rs(+56 -19)📝
komorebi/src/window.rs(+11 -2)📄 Description
Add re-exports to
komorebi-clientand a few derives needed for 3rd party integration@LGUG2Z Do you want me to squash all of this?!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.