[dependencies.bytemuck]
features = ["derive"]
version = "1.24"
[dependencies.glam]
version = "0.30"
[dependencies.iced]
version = "0.14"
[dev-dependencies.rand]
version = "0.9"
[dev-dependencies.rand_distr]
version = "0.5"
[[example]]
name = "custom_ticks"
path = "examples/custom_ticks.rs"
[[example]]
name = "high_precision"
path = "examples/high_precision.rs"
[[example]]
name = "huge_scatter"
path = "examples/huge_scatter.rs"
[[example]]
name = "line_only"
path = "examples/line_only.rs"
[[example]]
name = "reference_lines"
path = "examples/reference_lines.rs"
[[example]]
name = "scrolling_plot"
path = "examples/scrolling_plot.rs"
[[example]]
name = "three_plots"
path = "examples/three_plots.rs"
[lib]
name = "iced_plot"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "graphics", "visualization"]
description = "A GPU-accelerated plotting widget for Iced."
edition = "2024"
homepage = "https://github.com/donkeyteethUX/iced_plot/"
keywords = ["iced", "plot", "widget", "wgpu", "plotting"]
license = "MIT"
name = "iced_plot"
readme = "README.md"
repository = "https://github.com/donkeyteethUX/iced_plot/"
version = "0.1.0"