mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Organize component Cargo.toml dependencies (#36224)
Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
parent
b445053a7c
commit
1aac377e62
20 changed files with 66 additions and 65 deletions
|
@ -14,9 +14,9 @@ path = "lib.rs"
|
|||
use-system-allocator = ["libc"]
|
||||
|
||||
[target.'cfg(not(any(windows, target_env = "ohos")))'.dependencies]
|
||||
tikv-jemallocator = { workspace = true }
|
||||
tikv-jemalloc-sys = { workspace = true }
|
||||
libc = { workspace = true, optional = true }
|
||||
tikv-jemalloc-sys = { workspace = true }
|
||||
tikv-jemallocator = { workspace = true }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows-sys = { workspace = true, features = ["Win32_System_Memory"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue