Release v0.1.3

pull/12/head v0.1.3
Florian Dehau 7 years ago
parent fd1e1f22af
commit d926695b17

@ -1,6 +1,6 @@
[package]
name = "tui"
version = "0.1.2"
version = "0.1.3"
authors = ["Florian Dehau <work@fdehau.com>"]
description = """
A library to build rich terminal user interfaces or dashboards

@ -30,13 +30,6 @@ comes from the terminal emulator than the library itself.
Moreover, the library does not provide any input handling nor any event system and
you may rely on the previously cited libraries to achieve such features.
## Cargo.toml
```toml
[dependencies]
tui = "0.1.1"
```
## Get Started
### Create the terminal interface
@ -61,7 +54,7 @@ need the to replace your `tui` dependency specification by:
```toml
[dependencies.tui]
version = "0.1.2"
version = "0.1.3"
default-features = false
features = ['rustbox']
```

Loading…
Cancel
Save