mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
a199ced513
use the cc crate to compile them directly
14 lines
268 B
TOML
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"]}
|