Publish v0.2.1

pull/48/head v0.2.1
Florian Dehau 6 years ago
parent 4c356c5077
commit 524845cc74

@ -1,6 +1,6 @@
# Changelog
## To be released
## v0.2.1 - 2018-04-01
### Added

@ -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…
Cancel
Save