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