summaryrefslogtreecommitdiffstats
path: root/tui-react/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-03-30 00:23:43 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-03-30 00:23:43 +0800
commite8c00b709fe1d4470d80e086ba615febba0dfd24 (patch)
tree2a18b2bfef7e787081bf5c2a8974df2d5ff52fec /tui-react/Cargo.toml
parent0838d9ed97f6be0a5a080170c15605581e0088bb (diff)
use tui-react to draw text…
…for a chance to get it to be faster. Right now, it isn't though, graphemes are killing it.
Diffstat (limited to 'tui-react/Cargo.toml')
-rw-r--r--tui-react/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tui-react/Cargo.toml b/tui-react/Cargo.toml
index d41605b..ae31d6e 100644
--- a/tui-react/Cargo.toml
+++ b/tui-react/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tui-react"
-version = "0.2.2"
+version = "0.2.3"
authors = ["Sebastian Thiel <sthiel@thoughtworks.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"