File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This repository contains templates for bootstrapping a Rust
4
4
[ TUI] ( https://en.wikipedia.org/wiki/Text-based_user_interface ) application with
5
- [ ` Ratatui ` ] ( https://github.com/ratatui/ratatui ) &
5
+ [ ` Ratatui ` ] ( https://github.com/ratatui/ratatui ) and
6
6
[ ` crossterm ` ] ( https://github.com/crossterm-rs/crossterm ) .
7
7
8
8
## Getting Started
@@ -21,9 +21,10 @@ This repository contains templates for bootstrapping a Rust
21
21
22
22
3 . Choose one of the following templates:
23
23
24
- - [ Simple] ( ./simple/README.md )
25
- - [ Simple Async] ( ./simple-async/README.md )
26
- - [ Component] ( ./component/README.md )
24
+ - [ Hello World] ( ./hello-world/README.md ) : A "Hello, World!" example.
25
+ - [ Simple] ( ./simple/README.md ) | [ Simple Async] ( ./simple-async/README.md ) : A simple example.
26
+ - [ Event Driven] ( ./event-driven/README.md ) | [ Event Driven Async] ( ./event-driven-async/README.md ) : An example of an event-driven TUI application.
27
+ - [ Component] ( ./component/README.md ) : An example of a component-based TUI application.
27
28
28
29
## Contributing
29
30
You can’t perform that action at this time.
0 commit comments