[package]
edition = "2021"
name = "delight-sys"
version = "0.1.2"
authors = ["Moritz Moeller <virtualritz@protonmail.com>"]
exclude = [
".github/**/*",
"crates/**/*",
"cpp/**/*",
]
description = "Utility functions for the 3Delight renderer."
homepage = "https://www.3delight.com/"
documentation = "https://docs.rs/delight-sys/"
readme = "README.md"
keywords = [
"graphics",
"rendering",
"3d",
"ray-tracing",
]
categories = [
"graphics",
"multimedia::images",
"rendering",
]
license = "Apache-2.0 OR BSD-3-Clause OR MIT OR Zlib"
repository = "https://github.com/virtualritz/delight-helpers/"
[dependencies.dlopen2]
version = "0.6"
optional = true
[dependencies.lazy_static]
version = "1.4"
[build-dependencies.bindgen]
version = "0.69"
[build-dependencies.delight-build]
version = "0.1"
[features]
default = ["dlopen2"]
download_lib3delight = ["delight-build/download_lib3delight"]
link_lib3delight = ["delight-build/link_lib3delight"]