mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
Publish v0.2.1
This commit is contained in:
parent
4c356c5077
commit
524845cc74
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## To be released
|
||||
## v0.2.1 - 2018-04-01
|
||||
|
||||
### Added
|
||||
|
||||
|
|
10
Cargo.toml
10
Cargo.toml
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tui"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Florian Dehau <work@fdehau.com>"]
|
||||
description = """
|
||||
A library to build rich terminal user interfaces or dashboards
|
||||
|
@ -19,15 +19,15 @@ default = ["termion"]
|
|||
[dependencies]
|
||||
bitflags = "1.0.1"
|
||||
cassowary = "0.3.0"
|
||||
log = "0.4.0"
|
||||
log = "0.4.1"
|
||||
unicode-segmentation = "1.2.0"
|
||||
unicode-width = "0.1.4"
|
||||
termion = { version = "1.5.1", optional = true }
|
||||
rustbox = { version = "0.9.0", optional = true }
|
||||
rustbox = { version = "0.11.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
stderrlog = "0.2.3"
|
||||
rand = "0.4.1"
|
||||
stderrlog = "0.3.0"
|
||||
rand = "0.4.2"
|
||||
|
||||
[[example]]
|
||||
name = "barchart"
|
||||
|
|
Loading…
Reference in a new issue