1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 19:27:22 +03:00
wezterm/Cargo.toml
2018-01-23 08:57:59 -08:00

26 lines
413 B
TOML

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "wterm"
version = "0.1.0"
[dependencies]
failure = "0.1.1"
freetype = "0.3.0"
harfbuzz-sys = "0.1.15"
resize = "0.3.0"
servo-fontconfig = "0.4.0"
unicode-segmentation = "1.2.0"
unicode-width = "0.1.4"
vte = "0.3.2"
xcb = "0.8.1"
[dependencies.xcb-util]
features = [
"image",
"icccm",
"ewmh",
"misc",
"shm",
]
version = "0.2.0"