iced_plot 0.3.0

A GPU-accelerated plotting widget for Iced.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[lib]
name = "iced_plot"
path = "src/lib.rs"

[[example]]
name = "bad_apple"
path = "examples/bad_apple.rs"

[[example]]
name = "custom_ticks"
path = "examples/custom_ticks.rs"

[[example]]
name = "heatmap"
path = "examples/heatmap.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"

[dependencies.bytemuck]
version = "1.24"
features = ["derive"]

[dependencies.glam]
version = "0.25"

[dependencies.iced]
version = "0.14"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.rand_distr]
version = "0.5"

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