mirror of
https://github.com/wez/wezterm.git
synced 2024-12-22 21:01:36 +03:00
14 lines
236 B
TOML
14 lines
236 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]
|
||
|
cmake = "0.1"
|