1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/deps/harfbuzz/Cargo.toml
Wez Furlong a199ced513 build libz, libpng, freetype, harfbuzz without cmake
use the cc crate to compile them directly
2019-11-04 09:40:27 -08:00

14 lines
268 B
TOML

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "harfbuzz"
version = "0.1.0"
edition = "2018"
links = "harfbuzz"
build = "build.rs"
[dependencies]
freetype = { path = "../freetype" }
[build-dependencies]
cc = {version="1.0", features = ["parallel"]}