mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
27cb18f8ae
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.
13 lines
200 B
TOML
13 lines
200 B
TOML
[package]
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
name = "freetype"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
links = "freetype"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
cmake = "0.1"
|