dr2d 0.0.1-alpha.1

GPU-accelerated 2D data renderer built on wgpu
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 = "2021"
rust-version = "1.77"
name = "dr2d"
version = "0.0.1-alpha.1"
authors = ["Krishnamoorthy Sankaran <krishnamoorthy.sankaran@sekrad.org>"]
build = false
exclude = [
    "tests/",
    "benches/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU-accelerated 2D data renderer built on wgpu"
homepage = "https://github.com/sekarkrishna/dr2d"
documentation = "https://docs.rs/dr2d"
readme = "README.md"
keywords = [
    "gpu",
    "2d",
    "renderer",
    "wgpu",
    "visualization",
]
categories = [
    "rendering",
    "graphics",
]
license = "Apache-2.0"
repository = "https://github.com/sekarkrishna/dr2d"

[features]
default = []
headless = []
text = []

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

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

[[example]]
name = "headless_export"
path = "examples/headless_export.rs"
required-features = ["headless"]

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

[dependencies.arrow]
version = "54"
features = ["ffi"]
default-features = false

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

[dependencies.log]
version = "0.4"

[dependencies.lyon]
version = "1"

[dependencies.parquet]
version = "54"
features = ["arrow"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.wgpu]
version = "24"

[dependencies.winit]
version = "0.30"

[dev-dependencies.pollster]
version = "0.4"

[dev-dependencies.proptest]
version = "1"