delight 0.1.0

Command line utilities/helpers for the 3Delight renderer.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.delight-sys]
version = "0.1.0"

[package]
authors = ["Moritz Moeller <virtualritz@protonmail.com>"]
categories = ["command-line-utilities", "graphics", "multimedia::images", "rendering"]
description = "Command line utilities/helpers for the 3Delight renderer."
documentation = "https://docs.rs/delight/"
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"
readme = "README.md"
repository = "https://github.com/virtualritz/delight-helpers/"
version = "0.1.0"