Skip to content

Commit 3c6df79

Browse files
committed
Applying plotters-rs/plotters#373 to examples/
1 parent 747cfff commit 3c6df79

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/wasm-demo/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ crate-type=["cdylib"]
99

1010
[dependencies]
1111
plotters = {path = "../.."}
12-
plotters-canvas = "^0.3.*"
1312
wasm-bindgen = "0.2.62"
1413
wee_alloc = "0.4.5"
1514
web-sys = { version = "0.3.39", features = ["HtmlCanvasElement"] }
1615

16+
[dependencies.plotters-canvas]
17+
branch = "master"
18+
git = "https://github.com/plotters-rs/plotters-canvas"
19+
# version = "0.3.1"
20+
1721
[profile.release]
1822
lto = true

0 commit comments

Comments
 (0)