delight-sys 0.1.2

Utility functions for the 3Delight renderer.
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 = "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"]