Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into virtual-widgets | 2022-03-07 | 1 | -5/+1 | |
| | |||||
* | Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree` | 2022-02-16 | 1 | -9/+8 | |
| | |||||
* | Implement pure version of `todos` example :tada: | 2022-02-12 | 1 | -1/+148 | |
| | | | | | | | | The `Widget` trait in `iced_pure` needed to change a bit to make the implementation of `Element::map` possible. Specifically, the `children` method has been split into `diff` and `children_state`. | ||||
* | Allow pure widgets to borrow from `Application` data :tada: | 2022-02-11 | 1 | -4/+4 | |
| | |||||
* | Rename `iced_virtual` to `iced_pure` | 2022-02-11 | 1 | -0/+21 | |
`virtual` is a reserved keyword in Rust :grimacing: |