Skip to content

Commit ba598d6

Browse files
committed
Fix issue #97: piston demo missing line series feature
1 parent e7a5cd6 commit ba598d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/piston-demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ edition = "2018"
66

77
[dependencies]
88
piston_window = "0.105.0"
9-
plotters = {path = "../..", default_features = false, features = ["piston"]}
9+
plotters = {path = "../..", default_features = false, features = ["piston", "line_series"]}
1010
systemstat = "0.1.4"

0 commit comments

Comments
 (0)