opencsg-sys 1.0.0

FFI bindings to OpenCSG (image-based CSG rendering for OpenGL)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.89"
name = "opencsg-sys"
version = "1.0.0"
build = "build.rs"
links = "opencsg"
include = [
    "/build.rs",
    "/src/**/*.rs",
    "/vendor/opencsg/copying.txt",
    "/vendor/opencsg/doc/**",
    "/vendor/opencsg/include/**",
    "/vendor/opencsg/src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to OpenCSG (image-based CSG rendering for OpenGL)"
readme = false
license = "GPL-2.0-or-later"
repository = "https://github.com/ad-si/LuaCAD"

[lib]
name = "opencsg_sys"
path = "src/lib.rs"

[build-dependencies.cc]
version = "1"