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

14 lines
239 B
TOML

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "wterm"
version = "0.1.0"
[dependencies]
failure = "0.1.1"
hexdump = "0.1.0"
sdl2 = {version="0.31.0", features=["bundled"]}
vte = "0.3.2"
[dependencies.font]
path = "font"