# 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 = "eikon" version = "0.0.0" authors = ["erik9631@gmail.com"] description = "High performance rendering engine. Supports both CPU and GPU rendering" readme = "README.MD" license-file = "license.txt" repository = "https://github.com/erik9631/Eikon" [dependencies.eta-algorithms] version = "1.5.4" [dependencies.eta-graph] version = "1.0.1" [dependencies.nalgebra] version = "0.33.0" [dev-dependencies.winit] version = "0.30.5"