Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-02-12 | Implement pure version of `todos` example :tada: | 1 | -2/+6 | |
2022-02-12 | Implement `Scrollable` in `iced_pure` | 1 | -2/+2 | |
2022-02-11 | Complete `Button` in `iced_pure` | 1 | -2/+32 | |
2022-02-11 | Expose reusable `Button` logic | 1 | -124/+38 | |
2022-02-11 | Allow pure widgets to borrow from `Application` data :tada: | 1 | -12/+13 | |
2022-02-11 | Rename `iced_virtual` to `iced_pure` | 1 | -0/+0 | |
2022-02-10 | Implement `Into<Element>` for `&'static str` in `iced_virtual` | 1 | -2/+2 | |
2022-02-10 | Draft virtual `Button`, `Column`, and `Text` | 1 | -23/+231 | |
2022-02-09 | Draft `iced_virtual` subcrate | 1 | -0/+64 |