mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
14 lines
219 B
TOML
14 lines
219 B
TOML
[package]
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
name = "freetype"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
links = "freetype"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
cmake = "0.1"
|
|
fs_extra = "1.1.0"
|