| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
`iced_pure`
|
|
|
|
|
|
|
|
| |
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`.
|
| |
|
|
|
|
|
| |
`button("Hello")` is easier to write and read than
`Button::new("Hello")`.
|
|
|
|
|
|
| |
Besides exposing the `iced_pure` crate, enabling the `pure` feature also
provides pure versions of both the `Application` and `Sandbox` traits!
:tada:
|
|
`virtual` is a reserved keyword in Rust :grimacing:
|