feat: init macos linux support

This commit is contained in:
2024-06-16 10:36:32 +08:00
parent 5cf8d5a0a0
commit cd812cac66
46 changed files with 2103 additions and 14 deletions

View File

@ -19,8 +19,11 @@ once_cell = "1.19"
reqwest = { version = "0.12", features = ["rustls-tls-webpki-roots", "cookies", "gzip", "json", "stream"] }
hickory-resolver = { version = "0.24" }
anyhow = "1.0"
win32job = "2"
scopeguard = "1.2"
notify-rust = "4"
windows = { version = "0.57.0", features = ["Win32_UI_WindowsAndMessaging"] }
asar = "0.3.0"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.57.0", features = ["Win32_UI_WindowsAndMessaging"] }
win32job = "2"