[go: up one dir, main page]

freetype-sys 0.4.0

Low level binding for FreeType font library
Documentation
1
2
3
4
5
6
7
8
9
10
11
environment:
  PATH: '%PATH%;C:\msys64\mingw64\bin;C:\Rust\bin'
  matrix:
  - RUST_CHANNEL: beta
  - RUST_CHANNEL: nightly
install:
  - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:RUST_CHANNEL}-x86_64-pc-windows-gnu.msi"
  - msiexec /passive /i "rust-%RUST_CHANNEL%-x86_64-pc-windows-gnu.msi" ADDLOCAL=Rustc,Cargo,Std INSTALLDIR=C:\Rust
  - C:\msys64\usr\bin\bash -lc "pacman -S --noconfirm mingw-w64-x86_64-freetype"
build_script:
  - cargo test