You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
456 B
19 lines
456 B
[package]
|
|
name = "plotters-svg"
|
|
version = "0.3.0"
|
|
authors = ["Hao Hou <haohou302@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
description = "Plotters SVG backend"
|
|
homepage = "https://plotters-rs.github.io"
|
|
repository = "https://github.com/plotters-rs/plotters-svg.git"
|
|
readme = "README.md"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
plotters-backend = "^0.3.*"
|
|
|
|
[features]
|
|
debug = []
|