iced_frame 0.1.0

Iced widget that renders an offscreen RGBA frame buffer as a wgpu texture
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "iced_frame"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Iced widget that renders an offscreen RGBA frame buffer as a wgpu texture"

[dependencies]
iced = { workspace = true, features = ["advanced"] }
iced_wgpu.workspace = true
dpi.workspace = true
wgpu.workspace = true