mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
deps: Update fontsan (#37743)
The new fontsan version uses the rust brotli-decompressor crate, instead of vendoring the C brotli library. Since we anyway already depend on rust-brotli, this should reduce our binary size. Testing: Covered by existing tests Fixes: #34521 Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
This commit is contained in:
parent
0329f33520
commit
be1ebb8ad4
1 changed files with 11 additions and 1 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -2652,14 +2652,24 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fontsan"
|
name = "fontsan"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
source = "git+https://github.com/servo/fontsan#63f3cde9224b5988163e52c6669143f98d71b030"
|
source = "git+https://github.com/servo/fontsan#212f15c9e36f701597847de94e1dafc9636bdf07"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
|
"fontsan-woff2",
|
||||||
"glob",
|
"glob",
|
||||||
"libc",
|
"libc",
|
||||||
"libz-sys",
|
"libz-sys",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "fontsan-woff2"
|
||||||
|
version = "0.1.0"
|
||||||
|
source = "git+https://github.com/servo/fontsan#212f15c9e36f701597847de94e1dafc9636bdf07"
|
||||||
|
dependencies = [
|
||||||
|
"brotli-decompressor",
|
||||||
|
"cc",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "foreign-types"
|
name = "foreign-types"
|
||||||
version = "0.3.2"
|
version = "0.3.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue