delight-sys 0.1.2

Utility functions for the 3Delight renderer.
Documentation
[build-dependencies.bindgen]
version = "0.69"

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

[dependencies.dlopen2]
optional = true
version = "0.6"

[dependencies.lazy_static]
version = "1.4"

[features]
default = ["dlopen2"]
download_lib3delight = ["delight-build/download_lib3delight"]
link_lib3delight = ["delight-build/link_lib3delight"]

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