ratatui/examples
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
..
demo feat(backend): add termwiz backend and example (#5) 2023-05-12 17:58:01 +02:00
barchart.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
block.rs feat(widget): support adding padding to Block (#20) 2023-04-27 12:30:13 +02:00
calendar.rs feat(calendar): add calendar widget (#138) 2023-04-26 23:02:35 +02:00
canvas.rs fix(canvas)!: use full block for Marker::Block (#133) 2023-04-15 17:40:28 +02:00
chart.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
custom_widget.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
gauge.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
inline.rs feat(terminal)!: add inline viewport (#114) 2023-04-17 14:23:50 +02:00
layout.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
list.rs fix(examples): update input in examples to only use press events (#129) 2023-04-13 22:21:35 +02:00
panic.rs docs: fixup remaining tui references (#106) 2023-03-22 11:03:45 +05:30
paragraph.rs feat(text)!: add Masked to display secure data (#168) 2023-05-09 19:59:24 +02:00
popup.rs fix(examples): update input in examples to only use press events (#129) 2023-04-13 22:21:35 +02:00
sparkline.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
table.rs fix(examples): update input in examples to only use press events (#129) 2023-04-13 22:21:35 +02:00
tabs.rs fix(examples): update input in examples to only use press events (#129) 2023-04-13 22:21:35 +02:00
user_input.rs feat(text)!: add Masked to display secure data (#168) 2023-05-09 19:59:24 +02:00