Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Commit af4d02b

Browse files
committed
Cargo.toml
1 parent 869b31b commit af4d02b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ readme = "README.md"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
plotters-backend = "0.3.*"
1615
gif = { version = "0.11.2", optional = true }
1716

17+
[dependencies.plotters-backend]
18+
version = "^0.3"
19+
1820
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
1921
version = "0.23.14"
2022
optional = true

0 commit comments

Comments
 (0)