sdl2_net 0.0.2

Safe but close to the source SDL2_net bindings and wrappers
1
2
3
4
5
6
7
8
before_install:
  - sudo add-apt-repository --yes ppa:hansjorg/rust
  - sudo add-apt-repository --yes ppa:cmrx64/cargo
  - sudo apt-get update -qq
install:
  - sudo apt-get install -qq rust-nightly cargo
script:
  - cargo build