slint/internal/core/graphics/image
Simon Hausmann da5e7d5b22 WGPU: Add support for using WGPU textures in Slint
This adds a `unstable-wgpu-24` feature that exposes WGPU types in the
GraphicsAPI enum, adds `require_wgpu_24()` to the backend selector,
and adds a conversion from `wgpu::Texture` to `slint::Image`.

The `require_wgpu_24()` function in the selector will be extended in the
future (before the next release) to permit specifying additional aspects
of the WGPU configuration.

Co-Authored-By: Olivier Goffart <olivier.goffart@slint.dev>
2025-04-29 17:46:57 +02:00
..
cache.rs WGPU: Add support for using WGPU textures in Slint 2025-04-29 17:46:57 +02:00
htmlimage.rs Janitor: Always use `#![no_std] for runtime lib 2025-01-27 19:22:00 +01:00
svg.rs janitor: Fix clippy "field assignment outside of initializer 2024-06-24 14:59:47 +02:00