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

Commit e17372b

Browse files
Merge pull request #252 from GuillaumeGomez/crates
Use crates.io instead of git
2 parents a64bfac + b5ad4b8 commit e17372b

File tree

1 file changed

+10
-31
lines changed

1 file changed

+10
-31
lines changed

Cargo.toml

+10-31
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,16 @@ autobins = false
88
chrono = "0.4"
99
url = "1.4"
1010
futures-preview = { version = "0.3.0-alpha.15", optional = true}
11-
12-
[dependencies.atk]
13-
git = "https://github.com/gtk-rs/atk"
14-
15-
[dependencies.glib-sys]
16-
git = "https://github.com/gtk-rs/sys"
17-
18-
[dependencies.gobject-sys]
19-
git = "https://github.com/gtk-rs/sys"
20-
21-
[dependencies.glib]
22-
git = "https://github.com/gtk-rs/glib"
23-
24-
[dependencies.gio]
25-
git = "https://github.com/gtk-rs/gio"
26-
27-
[dependencies.cairo-rs]
28-
git = "https://github.com/gtk-rs/cairo"
29-
features = ["png"]
30-
31-
[dependencies.pango]
32-
git = "https://github.com/gtk-rs/pango"
33-
34-
[dependencies.gdk-pixbuf]
35-
git = "https://github.com/gtk-rs/gdk-pixbuf"
36-
37-
[dependencies.gdk]
38-
git = "https://github.com/gtk-rs/gdk"
39-
40-
[dependencies.gtk]
41-
git = "https://github.com/gtk-rs/gtk"
11+
atk = "^0"
12+
glib-sys = "^0"
13+
gobject-sys = "^0"
14+
glib = "^0"
15+
gio = "^0"
16+
gdk = "^0"
17+
gdk-pixbuf = "^0"
18+
gtk = "^0"
19+
pango = "^0"
20+
cairo-rs = { version = "^0", features = ["png"] }
4221

4322
[features]
4423
#default = ["gtk_3_22_30", "futures", "subclassing"]

0 commit comments

Comments
 (0)