Héctor Ramón Jiménez
|
ecb3df8e01
|
Expose reusable Button logic
... and reuse it in `iced_pure`!
|
2022-02-11 23:17:07 +07:00 |
|
Héctor Ramón Jiménez
|
01c5004959
|
Allow pure widgets to borrow from Application data 🎉
|
2022-02-11 22:07:21 +07:00 |
|
Héctor Ramón Jiménez
|
43a7ad72ef
|
Expose function helpers to build widgets in pure::widget
`button("Hello")` is easier to write and read than
`Button::new("Hello")`.
|
2022-02-11 18:42:15 +07:00 |
|
Héctor Ramón Jiménez
|
897188317b
|
Rename iced_virtual to iced_pure
`virtual` is a reserved keyword in Rust 😬
|
2022-02-11 17:50:12 +07:00 |
|