ratatui/examples/demo
Orhun Parmaksız 4437835057
feat(backend): add termwiz backend and example (#5)
* build: bump MSRV to 1.65

The latest version of the time crate requires Rust 1.65.0

```
cargo +1.64.0-x86_64-apple-darwin test --no-default-features \
  --features serde,crossterm,all-widgets --lib --tests --examples
error: package `time v0.3.21` cannot be built because it requires rustc
1.65.0 or newer, while the currently active rustc version is 1.64.0
```

* feat(backend): add termwiz backend and demo

* ci(termwiz): add termwiz to makefile.toml

---------

Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
Co-authored-by: Prabir Shrestha <mail@prabir.me>
2023-05-12 17:58:01 +02:00
..
app.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
crossterm.rs fix(examples): update input in examples to only use press events (#129) 2023-04-13 22:21:35 +02:00
main.rs feat(backend): add termwiz backend and example (#5) 2023-05-12 17:58:01 +02:00
termion.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
termwiz.rs feat(backend): add termwiz backend and example (#5) 2023-05-12 17:58:01 +02:00
ui.rs feat(widget): add circle widget (#159) 2023-05-09 19:56:35 +02:00