Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add input dialog boxes | Robin Krahl | 2019-01-08 |
| | | | | | | This patch implements input dialog boxes. This required some refactoring in the dialog backend to allow additional arguments after the width and the height. | ||
* | Move tests/ to examples/ | Robin Krahl | 2019-01-08 |
So far it is hard to write unit tests for this crate as we don’t have much logic. The existing tests are usage examples, therefore they are moved to the examples directory. They can be run with `cargo run --example <name>`. |