refactor(layouts): add darwin feature gate and expand win32 feature gate

This commit builds on the newly introduced komorebi-layouts crate to
make it suitable for wholesale adoption in komorebi for Mac.
This commit is contained in:
LGUG2Z
2026-02-07 14:19:23 -08:00
parent 0b5141e7a4
commit 1dad13106a
8 changed files with 100 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -3238,6 +3238,7 @@ version = "0.1.40"
dependencies = [
"clap",
"color-eyre",
"objc2-core-foundation",
"schemars 1.2.1",
"serde",
"serde_json_lenient",