mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
add libc crate for macos as well (for dlopen)
This commit is contained in:
parent
d943ff6074
commit
92339ce290
1 changed files with 1 additions and 4 deletions
|
|
@ -14,16 +14,13 @@ anki_process.workspace = true
|
|||
anyhow.workspace = true
|
||||
camino.workspace = true
|
||||
dirs.workspace = true
|
||||
libc.workspace = true
|
||||
locale_config.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
|
||||
libc.workspace = true
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows.workspace = true
|
||||
widestring.workspace = true
|
||||
libc.workspace = true
|
||||
libc-stdhandle.workspace = true
|
||||
|
||||
[[bin]]
|
||||
|
|
|
|||
Loading…
Reference in a new issue