manifold3d-sys 0.0.7

Raw FFI bindings for Manifold's C API
[build-dependencies.bindgen]
version = "0.70"

[build-dependencies.cmake]
version = "0.1"

[features]
export = []
parallel = []
static = []

[lib]
crate-type = ["lib"]
name = "manifold3d_sys"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Raw FFI bindings for Manifold's C API"
edition = "2021"
homepage = "https://github.com/NickUfer/manifold3d-sys-rs"
include = ["/src", "/vendor/manifold/cmake", "/vendor/manifold/include", "/vendor/manifold/bindings/c", "/vendor/manifold/bindings/CMakeLists.txt", "/vendor/manifold/src", "/vendor/manifold/CMakeLists.txt", "/build.rs", "/Cargo.toml", "/LICENSE", "/README.md"]
license = "Apache-2.0"
name = "manifold3d-sys"
readme = "README.md"
version = "0.0.7"