summaryrefslogtreecommitdiffstats
path: root/tui-react/Cargo.toml
AgeCommit message (Collapse)Author
2020-07-22(cargo-release) version 0.10.1tui-react-v0.10.1Sebastian Thiel
2020-07-22tui-react now works with tui 10.0; tracks tui's version number nowSebastian Thiel
2020-07-10patch bump tui-reacttui-react-v0.4.1Sebastian Thiel
2020-05-04Upgrade to tui 0.9v2.6.0tui-react-v0.4.0Sebastian Thiel
2020-04-03Minor bump for tui default features = falseSebastian Thiel
2020-04-03Disable default features for tui in tui-reactMichael
The only default feature in tui is the termion backend, but tui-react doesn't depend on any backend. With the termion backend enabled by default you can't change it to another backend in other crates.
2020-03-30Revert attempt to use tui-react's drawing…Sebastian Thiel
…as it is consistently slower. Don't know what to do there. Fair enough.
2020-03-30use tui-react to draw text…Sebastian Thiel
…for a chance to get it to be faster. Right now, it isn't though, graphemes are killing it.
2020-03-29Import plenty of utilities from prodash into tui-reacttui-react-v0.2.2Sebastian Thiel
2020-02-25Add license file to TUI-react; include it in dua, update dependenciesv2.3.2tui-react-v0.2.1Sebastian Thiel
related to https://github.com/Byron/dua-cli/issues/38
2020-02-01New release of tui-reactSebastian Thiel
2020-02-01Update tui to 0.8Sebastian Thiel
2019-06-05Clear screen at initializationSebastian Thiel
2019-06-05Updated readmesSebastian Thiel
2019-06-05Add tui-react as library - it's proven (enough)...Sebastian Thiel
...to be working and worth a slot on crates.io :D