mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-26 19:31:16 +01:00
35 lines
763 B
TOML
35 lines
763 B
TOML
[workspace]
|
|
|
|
resolver = "2"
|
|
members = [
|
|
"derive-ahk",
|
|
"komorebi",
|
|
"komorebi-core",
|
|
"komorebic",
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
windows-interface = { version = "0.52" }
|
|
windows-implement = { version = "0.52" }
|
|
|
|
[workspace.dependencies.windows]
|
|
version = "0.52"
|
|
features = [
|
|
"implement",
|
|
"Win32_System_Com",
|
|
"Win32_UI_Shell_Common", # for IObjectArray
|
|
"Win32_Foundation",
|
|
"Win32_Graphics_Dwm",
|
|
"Win32_Graphics_Gdi",
|
|
"Win32_System_LibraryLoader",
|
|
"Win32_System_RemoteDesktop",
|
|
"Win32_System_Threading",
|
|
"Win32_UI_Accessibility",
|
|
"Win32_UI_HiDpi",
|
|
"Win32_UI_Input_KeyboardAndMouse",
|
|
"Win32_UI_Shell",
|
|
"Win32_UI_Shell_Common",
|
|
"Win32_UI_WindowsAndMessaging",
|
|
"Win32_System_SystemServices"
|
|
]
|