[package]
edition = "2021"
name = "pineal-bars"
version = "0.1.0"
authors = ["Sergio <gerencia@jlsoltech.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pineal — barras: columnas/barras simples, agrupadas y apiladas (vertical u horizontal) + histograma. Painter agnóstico sobre el trait Canvas."
readme = false
license = "MIT OR Apache-2.0"
[lib]
name = "pineal_bars"
path = "src/lib.rs"
[dependencies.pineal-render]
version = "0.1.0"