[package] name = "polyscope" description = "Wrapper of polyscope" version = "0.2.1" authors = ["mocobt "] edition = "2018" build = "build.rs" license = "MIT" readme = "README.md" keywords =["geometry-processing", "polyscope", "point-cloud", "surface-mesh"] categories = ["science"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2.103" nalgebra = "0.25.4" [build-dependencies] bindgen = "0.59.1" cmake = "0.1.45" [features]