feat(borders): wip

This commit is contained in:
LGUG2Z
2024-05-10 22:17:51 -07:00
parent c47cf4718b
commit f36926cdb1
12 changed files with 648 additions and 3 deletions
Generated
+28
View File
@@ -796,6 +796,33 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "komoborders"
version = "0.1.0"
dependencies = [
"color-eyre",
"dirs",
"komoborders-client",
"komorebi",
"komorebi-client",
"lazy_static",
"parking_lot",
"serde",
"serde_json",
"uds_windows",
"windows 0.54.0",
]
[[package]]
name = "komoborders-client"
version = "0.1.0"
dependencies = [
"dirs",
"serde",
"serde_json_lenient",
"uds_windows",
]
[[package]]
name = "komorebi"
version = "0.1.26-dev.0"
@@ -810,6 +837,7 @@ dependencies = [
"getset",
"hex_color",
"hotwatch",
"komoborders-client",
"komorebi-core",
"lazy_static",
"miow",