blob: 516f314b4cbc7829bf8b477d23fbdde3a6526e03 [file] [log] [blame]
Jakub Koturfed89f42020-12-21 17:28:15 +01001[package]
2name = "plotters-svg"
Joel Galenson28bb7ac2021-08-09 10:38:19 -07003version = "0.3.1"
Jakub Koturfed89f42020-12-21 17:28:15 +01004authors = ["Hao Hou <haohou302@gmail.com>"]
5edition = "2018"
6license = "MIT"
7description = "Plotters SVG backend"
8homepage = "https://plotters-rs.github.io"
9repository = "https://github.com/plotters-rs/plotters-svg.git"
10readme = "README.md"
11
12# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
14[dependencies]
Elliott Hughesfdf397d2021-04-01 16:50:50 -070015plotters-backend = "^0.3.*"
Jakub Koturfed89f42020-12-21 17:28:15 +010016
17[features]
18debug = []
Joel Galenson28bb7ac2021-08-09 10:38:19 -070019
20[dev-dependencies]
21plotters = {version = "^0.3.0", default_features = false, features = ["ttf"]}