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

Commit e8e82bb

Browse files
Merge branch 'master' into pending
2 parents dd61411 + f802d64 commit e8e82bb

File tree

5 files changed

+18
-77
lines changed

5 files changed

+18
-77
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: rust
33
rust:
44
- nightly
55
- beta
6-
- stable
6+
- 1.28.0 # stable
77
addons:
88
apt:
99
packages:

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Contributing
2+
Contributors, you're welcome !
3+
4+
## How-to
5+
For now, if you want to update or add an example, please create a pull request on the [pending branch](https://github.com/rust-gnome/examples/tree/pending). If your pull request targets the master branch, it won't be merged. Thanks !

Cargo.toml

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

3723
[features]
3824
#default = ["gtk_3_22_30", "futures-stable", "subclassing"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gtk-rs examples [![Build Status](https://travis-ci.org/gtk-rs/examples.png?branch=master)](https://travis-ci.org/gtk-rs/examples) [![Build status](https://ci.appveyor.com/api/projects/status/glyf8yir9lh8mrh5?svg=true)](https://ci.appveyor.com/project/GuillaumeGomez/examples)
1+
# gtk-rs examples [![Build Status](https://travis-ci.org/gtk-rs/examples.png?branch=master)](https://travis-ci.org/gtk-rs/examples) [![Build status](https://ci.appveyor.com/api/projects/status/pi27a5xubp0ihl2d?svg=true)](https://ci.appveyor.com/project/GuillaumeGomez/examples)
22

33
A few gtk-rs examples. To build, just do:
44

git_deps.sh

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)