File: build.rs

package info (click to toggle)
libimagequant 4.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: ansic: 430; java: 158; cs: 132; xml: 87; makefile: 72
file content (3 lines) | stat: -rw-r--r-- 94 bytes parent folder | download
1
2
3
fn main() {
    println!("cargo:include={}", std::env::var("CARGO_MANIFEST_DIR").unwrap());
}