Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove counterintuitive constant functions | 2020-03-06 | 1 | -2/+2 | |
| | |||||
* | Make many functions `const` | 2019-11-29 | 1 | -2/+2 | |
| | | | | | | | | The point is to set up repeated components or boilerplate before their use sites. The majority of these make sense as `const`. However, some functions such as those regarding state may not make sense as `const`. | ||||
* | Make `tour` work with `iced_web` again :tada: | 2019-11-23 | 1 | -0/+157 | |
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation |