cv-contour 0.2.0

Rust crate cv-contour supports ESRI J shapefile
Documentation
1
2
3
4
5
6
7
8
/*
  build.rs for shapelib-rs shape-contour cv-contour
*/

fn main() {
  println!("cargo:rustc-link-search=./shapelib/lib");
  println!("cargo:rustc-link-lib=shapelib_i");
}