mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update fontsan to 0.5.2 (#31810)
This commit is contained in:
parent
8c7e9a15e1
commit
32a2b06073
1 changed files with 4 additions and 12 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
@ -712,15 +712,6 @@ dependencies = [
|
||||||
"winapi",
|
"winapi",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "cmake"
|
|
||||||
version = "0.1.50"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
|
|
||||||
dependencies = [
|
|
||||||
"cc",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cocoa"
|
name = "cocoa"
|
||||||
version = "0.24.1"
|
version = "0.24.1"
|
||||||
|
@ -1699,10 +1690,11 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fontsan"
|
name = "fontsan"
|
||||||
version = "0.5.0"
|
version = "0.5.2"
|
||||||
source = "git+https://github.com/servo/fontsan#36de30730c14af97c5545b957b125a6ce94a4ea3"
|
source = "git+https://github.com/servo/fontsan#cf5d0035486ac2c23e778b78ff081e0bbc791a82"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cmake",
|
"cc",
|
||||||
|
"glob",
|
||||||
"libc",
|
"libc",
|
||||||
"miniz-sys",
|
"miniz-sys",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue