mirror of
https://github.com/wez/wezterm.git
synced 2024-11-25 21:07:39 +03:00
termwiz: cut 0.9.0 release
This commit is contained in:
parent
c45ab2ddd9
commit
1ad6f00696
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3274,7 +3274,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "termwiz"
|
name = "termwiz"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64 0.10.1",
|
"base64 0.10.1",
|
||||||
|
@ -9,4 +9,4 @@ license = "MIT"
|
|||||||
documentation = "https://docs.rs/tabout"
|
documentation = "https://docs.rs/tabout"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
termwiz = { path = "../termwiz", version="0.8"}
|
termwiz = { path = "../termwiz", version="0.9"}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Wez Furlong"]
|
authors = ["Wez Furlong"]
|
||||||
name = "termwiz"
|
name = "termwiz"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://github.com/wez/wezterm"
|
repository = "https://github.com/wez/wezterm"
|
||||||
description = "Terminal Wizardry for Unix and Windows"
|
description = "Terminal Wizardry for Unix and Windows"
|
||||||
|
@ -33,26 +33,14 @@ Included functionality:
|
|||||||
* `Widget` trait allows composition of UI elements at a higher level.
|
* `Widget` trait allows composition of UI elements at a higher level.
|
||||||
* `LineEditor` implements shell-like line editing functionality.
|
* `LineEditor` implements shell-like line editing functionality.
|
||||||
|
|
||||||
|
# Windows Support
|
||||||
|
|
||||||
|
Termwiz understands how to work with both the legacy console APIs and
|
||||||
|
the new PTY and virtual terminal features available in Windows 10,
|
||||||
|
allowing for true color terminal applications on Windows 10.
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
|
|
||||||
https://docs.rs/termwiz
|
https://docs.rs/termwiz
|
||||||
|
|
||||||
## Windows
|
|
||||||
|
|
||||||
Testing via Wine:
|
|
||||||
|
|
||||||
```
|
|
||||||
sudo apt install gcc-mingw-w64-x86-64
|
|
||||||
rustup target add x86_64-pc-windows-gnu
|
|
||||||
cargo build --target=x86_64-pc-windows-gnu --example hello
|
|
||||||
```
|
|
||||||
|
|
||||||
Then, from an X session of some kind:
|
|
||||||
|
|
||||||
```
|
|
||||||
wineconsole cmd.exe
|
|
||||||
```
|
|
||||||
|
|
||||||
and from there you can launch the generated .exe files; they are found under `target/x86_64-pc-windows-gnu/debug`
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user