summaryrefslogtreecommitdiffstats
path: root/examples/integration/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update `wgpu` to `24` and use `cryoglyph` forkLibravatar Héctor Ramón Jiménez2025-03-091-3/+2
| | | | Co-authored-by: Winfried Baumann <codewing@web.de>
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-211-3/+3
|
* Update `wgpu` to `22.0`Libravatar Héctor Ramón Jiménez2024-09-201-0/+2
|
* Fix `integration` exampleLibravatar Héctor Ramón Jiménez2024-08-121-1/+1
|
* Introduce `window::Id` to `Event` subscriptionsLibravatar Héctor Ramón Jiménez2024-06-101-2/+0
| | | | And remove `window::Id` from `Event` altogether.
* Update `winit` to `0.30`Libravatar Héctor Ramón Jiménez2024-05-071-270/+307
|
* Fix windows fighting over shared `image::Cache`Libravatar Héctor Ramón Jiménez2024-05-061-1/+1
| | | | Image caches are local to each window now.
* Make arguments of `Renderer::new` explicit in `iced_wgpu`Libravatar Héctor Ramón Jiménez2024-04-081-3/+4
|
* Redesign `iced_wgpu` layering architectureLibravatar Héctor Ramón Jiménez2024-04-031-20/+15
|
* fix some commentsLibravatar rustrover2024-03-091-1/+1
| | | | Signed-off-by: rustrover <seekseat@126.com>
* Move `Theme` type to `iced_core`Libravatar Héctor Ramón Jiménez2024-03-071-2/+1
|
* Use two layers for `image::atlas` only on `Gl` backendLibravatar Héctor Ramón Jiménez2024-02-191-14/+18
|
* Remove `Compositor` window genericLibravatar Héctor Ramón Jiménez2024-01-181-3/+9
| | | | And update `glyphon` and `window_clipboard`
* Refactor `KeyCode` into `Key` and `Location`Libravatar Héctor Ramón Jiménez2024-01-161-1/+1
|
* Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez2023-12-151-61/+63
|
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-291-13/+16
|\
| * Added support for custom shader widget for iced_wgpu backend.Libravatar Bingus2023-11-141-0/+1
| |
| * Revert "Chore: Apply clippy map transformations"Libravatar Héctor Ramón Jiménez2023-09-201-4/+2
| | | | | | | | This reverts commit c997aad85d7ee6e77085e50e5e599002549d228f.
| * Fix `clippy::manual_let_else`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
| |
| * Chore: Apply clippy map transformationsLibravatar Yuri Astrakhan2023-09-191-2/+4
| | | | | | | | Convert `.map().unwrap_or()` to `.map_or()` and similar transformations.
| * Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-101-3/+2
| |\
| | * Change init_with_level to init in examplesLibravatar Thomas2023-09-091-1/+1
| | |
| | * Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-1/+1
| | | | | | | | | | | | | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
| | * Update `wgpu` to `0.17`Libravatar Héctor Ramón Jiménez2023-09-031-1/+0
| | |
| * | Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-301-7/+6
| |/
* | refactored window storage;Libravatar Bingus2023-07-211-1/+1
| | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt;
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-121-0/+312
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs
| * Use `mouse::Cursor` in `integration` exampleLibravatar Héctor Ramón Jiménez2023-06-081-15/+27
| |
| * Extend cursor availability to the shell levelLibravatar Héctor Ramón Jiménez2023-06-081-2/+3
| |
| * Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-05-021-2/+1
| |\ | |/ |/|
| * Fix build of `integration` example for Wasm targetLibravatar Héctor Ramón Jiménez2023-04-271-1/+2
| |
| * Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-5/+9
| |\ | |/ |/|
| * Update `wgpu` and `cosmic-text`Libravatar Héctor Ramón Jiménez2023-04-081-12/+15
| |
| * Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-2/+2
| |
| * Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-43/+48
| |
| * Reuse a `RenderPass` as much as possible in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-02-241-0/+1
| |
| * Refactor `triangle::Pipeline` into `prepare` and `render` architectureLibravatar Héctor Ramón Jiménez2023-02-241-9/+0
| | | | | | | | And get rid of the staging belt! :tada:
| * Draft `glyphon` implementation of text pipeline for `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-02-241-2/+7
| |
| * Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez2023-02-241-0/+289
|/
* Rename `integration` examplesLibravatar Héctor Ramón Jiménez2021-08-131-239/+0
|
* Merge pull request #667 from BillyDM/wgpu_outdatedframeLibravatar Héctor Ramón2021-08-051-44/+55
|\ | | | | Don't panic when wgpu swapchain frame is outdated
| * add custom error for Compositor::draw()Libravatar Billy Messenger2021-07-221-2/+4
| |
| * Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframeLibravatar Billy Messenger2021-07-221-6/+7
| |\
| * | don't panic when swapchain frame is outdatedLibravatar Billy Messenger2020-12-161-44/+53
| | |
* | | Fix typo in `integration` exampleLibravatar Héctor Ramón Jiménez2021-08-041-1/+1
| | |
* | | wgpu: Use the preferred texture format of the surfaceLibravatar Tilmann Meyer2021-08-031-16/+19
| |/ |/| | | | | Signed-off-by: Tilmann Meyer <me@atiltedtree.dev>
* | Make `Clipboard` argument in `Widget` trait mutableLibravatar Héctor Ramón Jiménez2021-03-101-2/+3
| |
* | [wgpu 0.7] Update integration exampleLibravatar Poly2021-02-031-4/+4
|/
* Update `wgpu` in `integration` exampleLibravatar Héctor Ramón Jiménez2020-08-271-18/+36
|
* Decouple `cursor_position` from `Cache`Libravatar Héctor Ramón Jiménez2020-06-231-3/+12
| | | | | | Instead, we ask explicitly for it in the different `update` and `draw` methods. This way, the runtime can derive the logical position of the cursor from the source of truth.