Skip to content

Commit 4d29053

Browse files
committed
fix the compile error in the gtk-demo
1 parent ba598d6 commit 4d29053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/gtk-demo/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ edition = "2018"
88

99
[dependencies]
1010
plotters = {path = "../..", features = ["cairo"]}
11-
cairo-rs = "0.7.1"
12-
gtk = "0.7.0"
13-
gio = "0.7.0"
11+
cairo-rs = "0.8.0"
12+
gtk = "0.8.0"
13+
gio = "0.8.0"

0 commit comments

Comments
 (0)