summaryrefslogtreecommitdiffstats
path: root/examples/integration_wgpu/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez2023-02-241-289/+0
|
* Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-271-1/+1
|
* Remove inconsistent `wgpu` importsLibravatar Héctor Ramón Jiménez2022-11-011-3/+2
|
* Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`Libravatar Wyatt Herkamp2022-11-011-0/+3
|
* Recreate `Viewport` on `RedrawRequested` in `integration_wgpu`Libravatar nlevy2022-09-261-6/+6
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-5/+5
| | | | ... and check those in CI as well!
* Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-07-081-1/+5
|
* Merge branch 'master' into themingLibravatar Héctor Ramón Jiménez2022-07-081-11/+7
|\
| * Use `expect` in `integration_wgpu` exampleLibravatar Héctor Ramón Jiménez2022-07-031-1/+5
| | | | | | | | ... together with `first` and `copied`.
| * update `wgpu` to `0.13`Libravatar Cupnfish2022-07-021-13/+5
| |
* | Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-0/+1
|/ | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov2022-01-281-26/+68
| | | | | | | | - Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef
* Rename `Renderer::present` to `with_primitives`Libravatar Héctor Ramón Jiménez2021-11-051-1/+1
|
* Merge branch 'master' into remove-renderer-traitsLibravatar Héctor Ramón Jiménez2021-10-311-2/+4
|\
| * Update wgpu to 0.11Libravatar Poly2021-10-131-2/+4
| |
* | Rewrite cursor icon logic for `integration_wgpu` exampleLibravatar Héctor Ramón Jiménez2021-10-311-5/+5
| |
* | Introduce `mouse_interaction` method to `Widget` traitLibravatar Héctor Ramón Jiménez2021-10-181-1/+0
| |
* | Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-14/+16
|/
* wgpu: Update to 0.10Libravatar Poly2021-08-191-16/+18
|
* Rename `integration` examplesLibravatar Héctor Ramón Jiménez2021-08-131-0/+239