1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 19:27:22 +03:00
wezterm/deps/fontconfig/Cargo.toml
Wez Furlong 27cb18f8ae Build our own freetype, harfbuzz
This is primarily for macos where the default freetype
installation is unable to render color emoji, but should also
help make things more consistent across the various platforms.

It's a little bit awkward on linux because the font-loader crate
pulls in the now-conflicting servo-font* crates.  I've disabled
font-loader on linux systems; it's just calling fontconfig under
the covers anyway.
2019-03-23 09:28:40 -07:00

14 lines
223 B
TOML

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "fontconfig"
version = "0.1.0"
edition = "2018"
links = "fontconfig"
build = "build.rs"
[dependencies]
libc = "~0.2"
[build-dependencies]
pkg-config = "0.3"