1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-10 15:04:32 +03:00

Update to use termwiz hosted on github

This commit is contained in:
Wez Furlong 2018-08-04 09:46:46 -07:00
parent 472d243a33
commit b7a095ef3f
2 changed files with 2 additions and 4 deletions

View File

@ -25,9 +25,6 @@ directories = "~1.0"
[dependencies.term]
path = "term"
[dependencies.termwiz]
path = "../termwiz"
[target.'cfg(any(target_os = "android", all(unix, not(target_os = "macos"))))'.dependencies]
freetype = "0.3"
servo-fontconfig = "0.4.0"

View File

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