File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " plotters"
3
- version = " 0.3.4 "
3
+ version = " 0.3.5 "
4
4
authors = [" Hao Hou <haohou302@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT"
@@ -17,19 +17,19 @@ num-traits = "0.2.14"
17
17
chrono = { version = " 0.4.20" , optional = true }
18
18
19
19
[dependencies .plotters-backend ]
20
- # path = "../plotters-backend"
20
+ path = " ../plotters-backend"
21
21
version = " 0.3"
22
22
23
23
[dependencies .plotters-bitmap ]
24
24
default_features = false
25
25
optional = true
26
- # path = "../plotters-bitmap"
26
+ path = " ../plotters-bitmap"
27
27
version = " 0.3"
28
28
29
29
[dependencies .plotters-svg ]
30
- version = " ^ 0.3"
30
+ version = " 0.3"
31
31
optional = true
32
- # path = "../plotters-svg"
32
+ path = " ../plotters-svg"
33
33
34
34
[target .'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))' .dependencies ]
35
35
ttf-parser = { version = " 0.15.0" , optional = true }
You can’t perform that action at this time.
0 commit comments