mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cmake"
|
||||
version = "0.1.50"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
|
||||
dependencies = [
|
||||
"cc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cocoa"
|
||||
version = "0.24.1"
|
||||
|
@ -1699,10 +1690,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "fontsan"
|
||||
version = "0.5.0"
|
||||
source = "git+https://github.com/servo/fontsan#36de30730c14af97c5545b957b125a6ce94a4ea3"
|
||||
version = "0.5.2"
|
||||
source = "git+https://github.com/servo/fontsan#cf5d0035486ac2c23e778b78ff081e0bbc791a82"
|
||||
dependencies = [
|
||||
"cmake",
|
||||
"cc",
|
||||
"glob",
|
||||
"libc",
|
||||
"miniz-sys",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue