mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Set the cfg properly for the production-stripped profile (#32991)
Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
a1d3649f7c
commit
2ebb71f08a
3 changed files with 21 additions and 4 deletions
|
@ -49,6 +49,9 @@ webrender_api = { workspace = true }
|
|||
webrender_traits = { workspace = true }
|
||||
xi-unicode = { workspace = true }
|
||||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ohos_mock)'] }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
byteorder = { workspace = true }
|
||||
core-foundation = "0.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue