Add GTK build dependency

This commit is contained in:
James 2018-01-31 17:21:28 +11:00
parent 1dfdd9ad2c
commit 465cf56426

View File

@ -2,6 +2,12 @@ language: rust
rust:
- stable
cache: cargo
addons:
apt:
packages:
- libwebkit2gtk-4.0-dev
before_script: (cargo install rustfmt || true)
script:
- |