summaryrefslogtreecommitdiffstats
path: root/examples/integration_wgpu (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-21Use `find(..)` instead of `filter(..).next()`Libravatar Héctor Ramón Jiménez1-2/+1
2023-04-21Use point-free notationLibravatar Héctor Ramón Jiménez1-1/+1
2023-04-20wgpu 0.16Libravatar David Huculak1-2/+1
2023-04-13Fix Wasm target for `integration_wgpu`Libravatar Héctor Ramón Jiménez1-1/+2
2023-04-13Update `env_logger` in `integration_wgpu` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2023-04-13Get surface capabilities only once in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-5/+4
2023-04-13Update `wgpu` to `0.15`Libravatar Elham Aryanpur1-14/+23
2023-04-12Rename `on_change` to `on_input` for `TextInput`Libravatar Héctor Ramón Jiménez1-1/+1
2023-04-12Introduce disabled state for `TextInput`Libravatar Dan Mishin1-5/+4
2023-02-24Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez9-594/+0
2023-02-17Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez1-1/+1
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2-2/+2
2023-01-09add `window::Id` to `Event` and `Action`Libravatar Richard1-2/+3
2023-01-09Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo2-8/+0
2023-01-09Initial profiling support for Iced.Libravatar Bingus2-0/+8
2022-11-01Remove inconsistent `wgpu` importsLibravatar Héctor Ramón Jiménez1-3/+2
2022-11-01Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`Libravatar Wyatt Herkamp1-0/+3
2022-09-26Recreate `Viewport` on `RedrawRequested` in `integration_wgpu`Libravatar nlevy1-6/+6
2022-09-08Update docs for running `integration_wgpu` exampleLibravatar Zoron1-1/+1
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-15/+6
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez3-42/+39
... and check those in CI as well!
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-1/+5
2022-07-03Use `expect` in `integration_wgpu` exampleLibravatar Héctor Ramón Jiménez1-1/+5
... together with `first` and `copied`.
2022-07-02update `wgpu` to `0.13`Libravatar Cupnfish4-23/+15
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez1-2/+2
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-0/+1
RFC: https://github.com/iced-rs/rfcs/pull/6
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-01-28Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov11-37/+162
- 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
2022-01-04Fix `integration_wgpu` exampleLibravatar Héctor Ramón Jiménez1-0/+1
2021-11-05Rename `Renderer::present` to `with_primitives`Libravatar Héctor Ramón Jiménez1-1/+1
2021-10-31Rewrite cursor icon logic for `integration_wgpu` exampleLibravatar Héctor Ramón Jiménez1-5/+5
2021-10-31Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez1-4/+3
2021-10-18Introduce `mouse_interaction` method to `Widget` traitLibravatar Héctor Ramón Jiménez1-1/+0
2021-10-14Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez1-14/+16
2021-10-13Update wgpu to 0.11Libravatar Poly1-2/+4
2021-09-20Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez1-3/+3
2021-09-20Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez1-3/+3
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez1-8/+3
This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!)
2021-08-25Add spaces around `iced_wgpu` feature list in `Cargo.toml` of `integration_wgpu`Libravatar Héctor Ramón Jiménez1-1/+1
2021-08-19wgpu: Update to 0.10Libravatar Poly3-18/+20
2021-08-13Update `README` in `examples` directoryLibravatar Héctor Ramón Jiménez1-2/+1
2021-08-13Rename `integration` examplesLibravatar Héctor Ramón Jiménez7-0/+479