1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

tweak manifest to point to in-tree termwiz

This commit is contained in:
Wez Furlong 2018-08-05 08:00:45 -07:00
parent f07761e1cd
commit 8a188cfd74
2 changed files with 1 additions and 4 deletions

View File

@ -14,8 +14,7 @@ unicode-segmentation = "~1.2"
unicode-width = "~0.1"
[dependencies.termwiz]
git = "https://github.com/wez/termwiz"
#path = "../../termwiz"
path = "../termwiz"
[features]
debug-escape-sequences = []

View File

@ -1,7 +1,5 @@
# Terminal Wizardry
[![Build Status](https://travis-ci.org/wez/termwiz.svg?branch=master)](https://travis-ci.org/wez/termwiz)
This is a rust crate that provides a number of support functions
for applications interesting in either displaying data to a terminal
or in building a terminal emulator.