[go: up one dir, main page]

plotters 0.1.11

Plot Drawing Library in Pure Rust for both native and WASM applications
Documentation
[package]
name = "plotters"
version = "0.1.11"
authors = ["Hao Hou <haohou302@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Plot Drawing Library in Pure Rust for both native and WASM applications"
repository = "https://github.com/38/plotters"
keywords = ["WebAssembly", "Visualization", "Plotting", "Drawing"]
categories = ["WebAssembly", "Visualization", "Plotting", "Drawing"]
readme = "README.md"

[dependencies]
chrono = "0.4.6"
svg = "0.5.12"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rusttype = "0.7.6"
image = "0.21.1"
font-loader = "0.8.0"
lazy_static = "^1.2"

[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys = { version = "0.3.4", features = ['Document', 'Element', 'HtmlElement', 'Node', 'Window', 'HtmlCanvasElement', 'CanvasRenderingContext2d'] }
js-sys= "0.3.4"
wasm-bindgen = "0.2.43"