mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00
Upgrade fontdb
The new version splits the mmap feature out of the fs feature.
This commit is contained in:
parent
56200fe296
commit
8b5e29534f
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ smallvec = "1.4.1"
|
||||||
once_cell = "1.5"
|
once_cell = "1.5"
|
||||||
lyon_path = "0.17.3"
|
lyon_path = "0.17.3"
|
||||||
copypasta = { version = "0.7.0", default-features = false }
|
copypasta = { version = "0.7.0", default-features = false }
|
||||||
fontdb = { version = "0.5.1", default-features = false }
|
fontdb = { version = "0.6.2", default-features = false }
|
||||||
resvg = { version= "0.16", optional = true, default-features = false }
|
resvg = { version= "0.16", optional = true, default-features = false }
|
||||||
usvg = { version= "0.16", optional = true, default-features = false }
|
usvg = { version= "0.16", optional = true, default-features = false }
|
||||||
tiny-skia = { version= "0.6", optional = true, default-features = false }
|
tiny-skia = { version= "0.6", optional = true, default-features = false }
|
||||||
|
@ -53,7 +53,7 @@ winit = { version = "0.25", default-features = false }
|
||||||
glutin = { version = "0.27", default-features = false }
|
glutin = { version = "0.27", default-features = false }
|
||||||
glow = { version = "0.10.0", default-features = false }
|
glow = { version = "0.10.0", default-features = false }
|
||||||
font-kit = { version = "0.10", features = [] }
|
font-kit = { version = "0.10", features = [] }
|
||||||
fontdb = { version = "0.5.1", features = ["fs"] }
|
fontdb = { version = "0.6.2", features = ["memmap"] }
|
||||||
|
|
||||||
[target.'cfg(not(any(target_family = "windows", target_os = "macos", target_os = "ios", target_arch = "wasm32")))'.dependencies]
|
[target.'cfg(not(any(target_family = "windows", target_os = "macos", target_os = "ios", target_arch = "wasm32")))'.dependencies]
|
||||||
# Require font-config from the system on Linux. Issue #88 indicates that the copy provided by servo-fontconfig may be incompatible
|
# Require font-config from the system on Linux. Issue #88 indicates that the copy provided by servo-fontconfig may be incompatible
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue