Clean up example

This commit is contained in:
2022-07-04 23:13:57 +02:00
parent 32df04fb6d
commit 18d55a8ccf
2 changed files with 57 additions and 36 deletions

View File

@@ -8,6 +8,7 @@ approx = { version = "0.5.1", optional = true }
[dev-dependencies]
plotters = { version = "0.3.1", default-features = false, features = ["svg_backend", "all_elements", "all_series"] }
plotters-backend = "0.3.2"
time = { version = "0.3.9", features = ["parsing"] }
trueskill-tt = { path = ".", features = ["approx"] }