feat(desktop): Tie desktop & CLI to the same Windows JobObject (#8153)
This commit is contained in:
parent
520a814fc2
commit
ddd9c71cca
4 changed files with 168 additions and 0 deletions
|
|
@ -44,3 +44,11 @@ uuid = { version = "1.19.0", features = ["v4"] }
|
|||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
gtk = "0.18.2"
|
||||
webkit2gtk = "=2.0.1"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows = { version = "0.61", features = [
|
||||
"Win32_Foundation",
|
||||
"Win32_System_JobObjects",
|
||||
"Win32_System_Threading",
|
||||
"Win32_Security"
|
||||
] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue