We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd946c8 commit f7bea41Copy full SHA for f7bea41
Cargo.toml
@@ -12,8 +12,7 @@ readme = "README.md"
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
14
[dependencies.plotters-backend]
15
-git = "https://github.com/plotters-rs/plotters-backend"
16
-# version = "0.3.1"
+git = "https://github.com/plotters-rs/plotters"
17
18
[dependencies]
19
js-sys= "0.3.32"
@@ -29,4 +28,3 @@ wasm-bindgen-test = "^0.3.17"
29
28
[dev-dependencies.plotters]
30
default_features = false
31
git = "https://github.com/plotters-rs/plotters"
32
0 commit comments