# 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 = "ToyTracer" version = "0.0.1" authors = ["Kunal Chandan "] description = "A basic ray tracer with limited functionality." readme = "README.md" keywords = [ "graphics", "3d", "raytracing", ] categories = [ "graphics", "rendering", "simulation", ] license = "GPL-3.0" license-file = "LICENSE" repository = "https://github.com/kunalchandan/ToyTracer/" [dependencies.image] version = "0.24" [dependencies.imageproc] version = "0.23" [dependencies.nalgebra] version = "0.32" [dependencies.piston] version = "0.53" [dependencies.piston2d-graphics] version = "0.43" [dependencies.piston2d-opengl_graphics] version = "0.82" [dependencies.piston_window] version = "0.128" [dependencies.pistoncore-glutin_window] version = "0.71"