[package] name = "gvox-sys" version = "1.3.0" edition = "2021" license = "MIT" description = "Voxel file format parser" homepage = "https://github.com/GabeRundlett/gvox-rs" repository = "https://github.com/GabeRundlett/gvox-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] cmake = "0.1.49" bindgen = { version = "0.63.0", default-features = false, features = [ "runtime" ], optional = true }