mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 22:33:52 +03:00
7264030a28
This found at least one bug and should prevent future bugs.
14 lines
247 B
TOML
14 lines
247 B
TOML
[package]
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
name = "freetype"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
links = "freetype"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
fixed = "1.23"
|
|
|
|
[build-dependencies]
|
|
cc = {version="1.0", features = ["parallel"]}
|