1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-29 10:04:49 +03:00
wezterm/deps/harfbuzz/Cargo.toml
2024-05-13 08:29:36 -07:00

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"]}