mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
android: Remove serde-json build-dependency (#32573)
There is no need to add `serde-json` as a build-dependency (which causes serde to be built twice when cross-compiling - once for host and once for the target) Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
ee2acaeacf
commit
3d6accbbe3
3 changed files with 2 additions and 11 deletions
|
@ -24,8 +24,6 @@ bench = false
|
|||
vergen = { version = "8.3.1", features = ["git", "git2"] }
|
||||
# Android and OpenHarmony
|
||||
gl_generator = "0.14"
|
||||
# Android only
|
||||
serde_json = { workspace = true }
|
||||
# MacOS only
|
||||
cc = "1.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue