mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
fix: add macos missing libc deps
This commit is contained in:
1
src-tauri/Cargo.lock
generated
1
src-tauri/Cargo.lock
generated
@@ -1059,6 +1059,7 @@ dependencies = [
|
||||
"getrandom 0.3.2",
|
||||
"image",
|
||||
"imageproc",
|
||||
"libc",
|
||||
"log",
|
||||
"log4rs",
|
||||
"mihomo_api",
|
||||
|
||||
@@ -73,6 +73,7 @@ async-trait = "0.1.88"
|
||||
mihomo_api = { path = "src_crates/crate_mihomo_api" }
|
||||
ab_glyph = "0.2.29"
|
||||
tungstenite = "0.26.2"
|
||||
libc = "0.2"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
runas = "=1.2.0"
|
||||
|
||||
Reference in New Issue
Block a user