Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit372a27b

Browse files
committed
After publish the new version
1 parent98def8c commit372a27b

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

‎Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[workspace]
2+
members = ["plotters","plotters-backend","plotters-bitmap","plotters-svg"]
3+
default-members = ["plotters"]
4+

‎plotters-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="plotters-backend"
3-
version ="0.3.3"
3+
version ="0.3.4"
44
authors = ["Hao Hou <haohou302@gmail.com>"]
55
edition ="2018"
66
license ="MIT"

‎plotters-bitmap/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="plotters-bitmap"
3-
version ="0.3.2"
3+
version ="0.3.3"
44
authors = ["Hao Hou <haohou302@gmail.com>"]
55
edition ="2018"
66
license ="MIT"
@@ -15,7 +15,7 @@ readme = "README.md"
1515
gif = {version ="0.11.2",optional =true }
1616

1717
[dependencies.plotters-backend]
18-
version ="0.3.3"
18+
path ="../plotters-backend"
1919

2020
[target.'cfg(not(target_arch="wasm32"))'.dependencies.image]
2121
version ="0.24.2"
@@ -31,7 +31,7 @@ gif_backend = ["gif", "image_encoder"]
3131
[dev-dependencies.plotters]
3232
default_features =false
3333
features = ["ttf","line_series","bitmap_backend"]
34-
version ="0.3.2"
34+
path ="../plotters"
3535

3636
[dev-dependencies]
3737
criterion ="0.3.4"

‎plotters-svg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="plotters-svg"
3-
version ="0.3.2"
3+
version ="0.3.3"
44
authors = ["Hao Hou <haohou302@gmail.com>"]
55
edition ="2018"
66
license ="MIT"
@@ -12,7 +12,7 @@ readme = "README.md"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies.plotters-backend]
15-
version ="0.3.3"
15+
path ="../plotters-backend"
1616

1717
[features]
1818
debug = []

‎plotters/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="plotters"
3-
version ="0.3.2"
3+
version ="0.3.3"
44
authors = ["Hao Hou <haohou302@gmail.com>"]
55
edition ="2021"
66
license ="MIT"
@@ -17,16 +17,17 @@ num-traits = "0.2.14"
1717
chrono = {version ="0.4.19",optional =true }
1818

1919
[dependencies.plotters-backend]
20-
version ="0.3.3"
20+
path ="../plotters-backend"
2121

2222
[dependencies.plotters-bitmap]
2323
default_features =false
24-
version ="^0.3"
2524
optional =true
25+
path ="../plotters-bitmap"
2626

2727
[dependencies.plotters-svg]
2828
version ="^0.3"
2929
optional =true
30+
path ="../plotters-svg"
3031

3132
[target.'cfg(not(all(target_arch="wasm32",not(target_os="wasi"))))'.dependencies]
3233
ttf-parser = {version ="0.15.0",optional =true }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp