aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 1da099c..516f314 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "plotters-svg"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Hao Hou <haohou302@gmail.com>"]
edition = "2018"
license = "MIT"
@@ -16,3 +16,6 @@ plotters-backend = "^0.3.*"
[features]
debug = []
+
+[dev-dependencies]
+plotters = {version = "^0.3.0", default_features = false, features = ["ttf"]}