File: build.rs

package info (click to toggle)
rust-tiny-dfr 0.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 408 kB
  • sloc: sh: 8; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (3)
1
2
3
fn main() {
    pkg_config::probe_library("fontconfig").unwrap();
}