pango 0.0.3

Rust bindings for the Pango library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: rust
rust:
- nightly
- stable
sudo: true
before_install:
  - yes | sudo add-apt-repository ppa:ricotz/testing
  - sudo apt-get update
install:
  - sudo apt-get install libgtk-3-dev
script:
  - rustc --version
  - mkdir .cargo
  - echo 'paths = ["."]' > .cargo/config
  - git clone -q --depth 50 https://github.com/rust-gnome/examples _examples
  - cd _examples
  - ./git_deps.sh cairo glib gdk gtk
  - cargo build