Update fontsan to 0.5.2 (#31810)

This commit is contained in:
Jonathan Schwender 2024-03-21 16:00:21 +01:00 committed by GitHub
parent 8c7e9a15e1
commit 32a2b06073
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
Cargo.lock generated
View file

@ -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",
]