# 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 = "softtri" version = "0.1.0" description = "a software triangle renderer" documentation = "https://docs.rs/softtri" readme = "README.md" categories = [ "2d", "graphics", "renderer", ] license = "MIT" repository = "https://github.com/PixelDoted/softtri" [profile.release] debug = 2 [[example]] name = "triangle" [[example]] name = "bench" [[example]] name = "softbuffer" [dependencies.indexmap] version = "2.0.2" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0" [dev-dependencies.softbuffer] version = "0.3" [dev-dependencies.winit] version = "0.28"