# 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 = "rustic-zen" version = "0.3.0" authors = ["SEGFAULT "] description = "Photon-Garden raytracer for creating artistic renderings" readme = "README.md" keywords = [ "rendering", "graphics", "raytracing", ] license = "MPL-2.0" repository = "https://gitlab.com/IGBC/rustic-zen" [dependencies.crossbeam] version = "0.8" optional = true [dependencies.itertools] version = "0.12.1" [dependencies.num_cpus] version = "1.0" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.rand_pcg] version = "0.3" [dependencies.vulkano] version = "0.34.0" optional = true [dependencies.vulkano-shaders] version = "0.34.0" optional = true [dev-dependencies.png] version = "0.13.2" [features] default = ["gpu"] gpu = [ "crossbeam", "vulkano", "vulkano-shaders", ]