opencsg-sys 1.0.0

FFI bindings to OpenCSG (image-based CSG rendering for OpenGL)
Documentation
[package]
name = "opencsg-sys"
version.workspace = true
repository.workspace = true
rust-version.workspace = true
edition = "2024"
description = "FFI bindings to OpenCSG (image-based CSG rendering for OpenGL)"
license = "GPL-2.0-or-later"
links = "opencsg"

include = [
  "/build.rs",
  "/src/**/*.rs",
  "/vendor/opencsg/copying.txt",
  "/vendor/opencsg/doc/**",
  "/vendor/opencsg/include/**",
  "/vendor/opencsg/src/**",
]

[build-dependencies]
cc = "1"