[package]
name = "plotters-iced"
version = "0.1.3"
description = "Iced backend for Plotters"
readme = "README.md"
license = "MIT"
edition = "2018"
homepage = "https://github.com/Joylei/plotters-iced"
repository = "https://github.com/Joylei/plotters-iced.git"
documentation = "https://docs.rs/crate/plotters-iced/"
keywords = ["plotters", "chart", "plot", "iced", "backend"]
categories = ["visualization"]
authors = ["Joylei <leingliu@gmail.com>"]
[dependencies]
plotters = { version="0.3", default_features=false }
plotters-backend = "0.3"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
num-traits = "0.2"
libc = "0.2"
iced_native = "0.4"
iced_graphics = { version="0.2", features=["canvas"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
iced_web = "0.4"
dodrio = "0.2"
web-sys = { version="0.3", features=["Window", "Document", "Element", "HtmlElement", "DomRect"] }
wasm-bindgen = "0.2.69"
lru = "0.7"
[build-dependencies]
cc = "1.0"
[dev-dependencies]
plotters = { version="0.3", default_features=false, features=[
"chrono",
"area_series",
"line_series",
] }
iced = { version="0.3", features=["canvas", "tokio"] }
chrono = { version="0.4", default-features=false }
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
sysinfo = { version="0.20", default_features=false }