1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 19:27:22 +03:00
wezterm/Cargo.toml
Wez Furlong aa18b273f9 remove sdl. use cairo + xcb
The spacing between glyphs seems too wide.  Need to figure this out.
A bunch of the integer vs float changes in this diff were a result
of trying to run this down, but success has been limited, and in fact
the spacing has increased as a result of making this more correct(!)
2018-01-21 01:32:59 -08:00

20 lines
332 B
TOML

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "wterm"
version = "0.1.0"
[dependencies]
cairo-sys-rs = "0.5.0"
failure = "0.1.1"
freetype = "0.3.0"
harfbuzz-sys = "0.1.15"
servo-fontconfig = "0.4.0"
unicode-width = "0.1.4"
vte = "0.3.2"
xcb = "0.8.1"
[dependencies.cairo-rs]
features = ["xcb"]
version = "0.3.0"