summaryrefslogtreecommitdiffstats
path: root/examples/integration/src/scene.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed empty bind group from integration example (#390)Libravatar Richard2020-06-081-24/+5
|
* Clear frames explicitly in `integration` exampleLibravatar Héctor Ramón Jiménez2020-06-051-28/+27
|
* Simplify `integration` example with `Program`Libravatar Héctor Ramón Jiménez2020-05-211-4/+2
|
* Update `wgpu` to `0.5` in `iced_wgpu` :tada:Libravatar Héctor Ramón Jiménez2020-04-071-2/+6
|
* Add `integration` exampleLibravatar Héctor Ramón Jiménez2020-02-091-0/+119
It showcases how to integrate iced in an existing graphical application.