Readme: add third-party views

This commit is contained in:
Alexandre Bury 2017-04-18 10:30:55 -07:00 committed by GitHub
parent 8e18172360
commit 3d71617712

View File

@ -70,6 +70,13 @@ These tutorials may help you get started with cursive:
* [Starting with cursive: (2/3)](https://github.com/gyscos/Cursive/tree/master/doc/tutorial_2.md)
* [Starting with cursive: (3/3)](https://github.com/gyscos/Cursive/tree/master/doc/tutorial_3.md)
## Third-party views
Here are a few crates implementing new views for you to use:
* [cursive_table_view](https://github.com/BonsaiDen/cursive_table_view)
* [cursive_calendar_view](https://github.com/BonsaiDen/cursive_calendar_view)
## Goals
* **Ease of use.** Simple apps should be simple. Complex apps should be manageable.