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.
2 parents 7aa378e + 46008fa commit 4ba3bf0Copy full SHA for 4ba3bf0
Cargo.toml
@@ -8,13 +8,11 @@ edition = "2018"
8
crate-type=["cdylib"]
9
10
[dependencies]
11
-plotters = {git = "https://github.com/plotters-rs/plotters"}
12
-wasm-bindgen = "0.2.62"
+plotters = "^0.3.2"
+wasm-bindgen = "0.2.78"
13
wee_alloc = "0.4.5"
14
web-sys = { version = "0.3.39", features = ["HtmlCanvasElement"] }
15
-
16
-[dependencies.plotters-canvas]
17
-git = "https://github.com/plotters-rs/plotters-canvas"
+plotters-canvas = "^0.3.0"
18
19
[profile.release]
20
lto = true
0 commit comments