mirror of
https://github.com/wez/wezterm.git
synced 2024-11-29 10:04:49 +03:00
15 lines
284 B
TOML
15 lines
284 B
TOML
[package]
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
name = "harfbuzz"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
links = "harfbuzz"
|
|
build = "build.rs"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
freetype = { path = "../freetype" }
|
|
|
|
[build-dependencies]
|
|
cc = {version="1.0", features = ["parallel"]}
|