gpui-liveplot 0.2.0

High-performance append-only plotting for GPUI applications.
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"
rust-version = "1.85"
name = "gpui-liveplot"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance append-only plotting for GPUI applications."
homepage = "https://github.com/Modolet/gpui-liveplot"
documentation = "https://docs.rs/gpui-liveplot"
readme = "README.md"
keywords = [
    "gpui",
    "plot",
    "telemetry",
    "streaming",
    "visualization",
]
categories = [
    "gui",
    "visualization",
]
license = "MIT"
repository = "https://github.com/Modolet/gpui-liveplot"

[features]
default = []
gpui_component_theme = ["dep:gpui-component"]

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

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

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

[dependencies.gpui]
version = "0.2.2"

[dependencies.gpui-component]
version = "0.5.1"
optional = true
default-features = false