# 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 = "bresenham_zip" version = "1.0.0" authors = ["Soto Estévez "] include = ["/Cargo.*", "/LICENSE-*", "/README.md", "/src/**/*"] description = "Iterator to perform Bresenham over two lines of the same triangle simultaneusly for triangle rasterization" homepage = "https://crates.io/crates/bresenham_zip" documentation = "https://doc.rs/bresenham_zip" readme = "README.md" keywords = ["bresenham", "rasterization", "triangle", "drawing"] categories = ["algorithms", "graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/kriogenia/bresenham_zip" resolver = "2" [dependencies.line_drawing] version = "1.0.0"