1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-27 07:18:13 +03:00
wezterm/term/Cargo.toml
Wez Furlong b83656b378 bump image crate dep
This avoids compiling two different versions of image
2019-05-26 08:13:24 -07:00

22 lines
398 B
TOML

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "term"
version = "0.1.0"
edition = "2018"
[dependencies]
bitflags = "~1.0"
failure = "~0.1"
image = "0.21"
ordered-float = "~0.5"
unicode-segmentation = "~1.2"
unicode-width = "~0.1"
serde = {version="~1.0", features = ["rc"]}
serde_derive = "~1.0"
[dependencies.termwiz]
path = "../termwiz"
[features]
debug-escape-sequences = []