1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00
wezterm/Cargo.toml

33 lines
523 B
TOML
Raw Normal View History

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "wezterm"
version = "0.1.0"
[dependencies]
2018-01-28 03:25:34 +03:00
bitflags = "1.0.1"
failure = "0.1.1"
freetype = "0.3.0"
harfbuzz-sys = "0.1.15"
2018-01-26 18:49:51 +03:00
libc = "0.2.36"
mio = "0.6.12"
resize = "0.3.0"
servo-fontconfig = "0.4.0"
2018-01-23 19:57:59 +03:00
unicode-segmentation = "1.2.0"
unicode-width = "0.1.4"
vte = "0.3.2"
[dependencies.xcb]
features = ["shm"]
version = "0.8.1"
2018-01-22 20:02:28 +03:00
[dependencies.xcb-util]
features = [
"image",
"icccm",
"ewmh",
"misc",
"shm",
2018-01-28 03:25:34 +03:00
"keysyms",
]
2018-01-22 20:02:28 +03:00
version = "0.2.0"