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:
parent
f07761e1cd
commit
8a188cfd74
@ -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 = []
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user