mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-07 05:25:21 +02:00
refactor(layouts): extract independent komorebi-layouts crate
This commit moves layout-related code into a new workspace crate komorebi-layouts, with the intention of re-using it all in komorebi for Mac instead of maintaining two separate implementations.
This commit is contained in:
Generated
+16
@@ -3134,6 +3134,7 @@ dependencies = [
|
||||
"dirs 6.0.0",
|
||||
"ed25519-dalek",
|
||||
"hotwatch",
|
||||
"komorebi-layouts",
|
||||
"komorebi-themes",
|
||||
"lazy_static",
|
||||
"miow",
|
||||
@@ -3231,6 +3232,21 @@ dependencies = [
|
||||
"windows-core 0.62.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "komorebi-layouts"
|
||||
version = "0.1.40"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"color-eyre",
|
||||
"schemars 1.2.1",
|
||||
"serde",
|
||||
"serde_json_lenient",
|
||||
"serde_yaml 0.9.34+deprecated",
|
||||
"strum",
|
||||
"tracing",
|
||||
"windows 0.62.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "komorebi-shortcuts"
|
||||
version = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user