iced-yoda/examples/integration
Héctor Ramón Jiménez ca23e6f793
Update wgpu to 27
2025-10-31 14:14:33 +01:00
..
src Update wgpu to 27 2025-10-31 14:14:33 +01:00
.gitignore Remove iced_glow, glyph-brush, and wgpu_glyph dependencies 2023-02-24 13:17:58 +01:00
Cargo.toml don't use futures-executor when it's not the default executor 2025-04-02 10:48:11 +02:00
README.md Update winit to 0.30 2024-05-07 16:07:56 +02:00

wgpu integration

A demonstration of how to integrate Iced in an existing wgpu application.

The main file contains all the code of the example.

You can run it with cargo run:

cargo run --package integration