Héctor Ramón Jiménez
|
182fb9446c
|
Implement Container widget in iced_pure
|
2022-02-12 14:07:04 +07:00 |
|
Héctor Ramón Jiménez
|
8b27083cda
|
Use TypeId of () for Column and Row tags in iced_pure
|
2022-02-11 23:40:24 +07:00 |
|
Héctor Ramón Jiménez
|
af122265f6
|
Implement Row in iced_pure
|
2022-02-11 23:39:41 +07:00 |
|
Héctor Ramón Jiménez
|
dd3e74e74d
|
Complete Button in iced_pure
|
2022-02-11 23:33:03 +07:00 |
|
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 |
|