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:
parent
472d243a33
commit
b7a095ef3f
@ -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"
|
||||
|
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user