Héctor Ramón Jiménez
|
91c00e4abf
|
Move wgpu re-export to root module
This seems to fix a `cargo doc` performance issue;
and it makes more sense anyways.
|
2024-09-20 18:37:17 +02:00 |
|
Héctor Ramón Jiménez
|
5d7dcf417c
|
Introduce subscription::Event
... and remove `PlatformSpecific` from `Event`
|
2024-06-11 19:41:05 +02:00 |
|
Héctor Ramón Jiménez
|
e400f972c1
|
Introduce window::Id to Event subscriptions
And remove `window::Id` from `Event` altogether.
|
2024-06-10 22:03:46 +02:00 |
|
Héctor Ramón Jiménez
|
d922b47815
|
Reintroduce support for custom primitives in iced_wgpu
|
2024-04-08 15:04:35 +02:00 |
|
Héctor Ramón Jiménez
|
7a50e9e8fb
|
Convert Renderer::Theme to generic Widget type
|
2024-01-21 17:56:01 +01:00 |
|
Héctor Ramón Jiménez
|
d62bb8193c
|
Introduce useful helpers in layout module
|
2024-01-10 10:01:49 +01:00 |
|
Héctor Ramón Jiménez
|
d278bfd21d
|
Replace width and height with Widget::size
|
2024-01-10 10:01:49 +01:00 |
|
Héctor Ramón Jiménez
|
0655a20ad1
|
Make Shrink have priority over Fill in layout
|
2024-01-04 06:51:21 +01:00 |
|
Héctor Ramón Jiménez
|
e09b4e24dd
|
Merge branch 'master' into feat/multi-window-support
|
2023-11-29 22:28:31 +01:00 |
|
Héctor Ramón Jiménez
|
ab7dae554c
|
Provide actual bounds to Shader primitives
... and allow for proper translation and scissoring.
|
2023-11-28 23:13:38 +01:00 |
|
Héctor Ramón Jiménez
|
811aa673e9
|
Improve module hierarchy of custom_shader example
|
2023-11-14 15:48:01 +01:00 |
|
Héctor Ramón Jiménez
|
63f36b0463
|
Export wgpu crate in shader module in iced_widget
|
2023-11-14 14:04:54 +01:00 |
|
Héctor Ramón Jiménez
|
9489e29e66
|
Re-organize custom module as pipeline module
... and move `Shader` widget to `iced_widget` crate
|
2023-11-14 12:49:49 +01:00 |
|