iced_plot 0.3.0

A GPU-accelerated plotting widget for Iced.
Documentation
[package]
name        = "iced_plot"
version     = "0.3.0"
edition     = "2024"
license     = "MIT"
description = "A GPU-accelerated plotting widget for Iced."
repository  = "https://github.com/donkeyteethUX/iced_plot/"
homepage    = "https://github.com/donkeyteethUX/iced_plot/"
readme      = "README.md"
categories  = ["gui", "graphics", "visualization"]
keywords    = ["iced", "plot", "widget", "wgpu", "plotting"]

[dependencies]
bytemuck = { version = "1.24", features = ["derive"] }
glam     = "0.25"
iced     = "0.14"

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.3", features = ["wasm_js"] }

[dev-dependencies]
rand       = "0.9"
rand_distr = "0.5"