# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "euc" version = "0.5.3" authors = ["Joshua Barretto ", "Martin Sandfuchs "] exclude = ["/misc", "/misc/*"] description = "A software rendering crate that lets you write shaders with Rust" readme = "README.md" keywords = ["renderer", "3D", "graphics", "raster"] license = "Apache-2.0 AND MIT" repository = "https://github.com/zesterer/euc" [profile.dev] opt-level = 3 [lib] bench = false [[bench]] name = "teapot" harness = false [dependencies.num-traits] version = "0.2.11" optional = true default-features = false [dependencies.vek] version = "0.14.1" features = ["rgb", "rgba"] default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.image] version = "0.23.12" [dev-dependencies.minifb] version = "0.19.1" [dev-dependencies.tobj] version = "2.0.2" [features] default = ["std"] libm = ["vek/libm", "num-traits"] std = ["vek/std"]