[package] name = "midpoint_circle" description = "Rust implementation of the midpoint circle algorithm." version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["rasterization", "graphics", "circle", "bresenham", "algorithm"] categories = ["algorithms", "graphics"] authors = ["_iPhoenix_ "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num = "0.4"