# 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 = "bracket-geometry" version = "0.8.7" authors = ["Herbert Wolverson "] publish = true description = "Geometry utilities. Rect, lines, circles, distance calculations. Part of the bracket-lib family." homepage = "https://github.com/thebracket/bracket-lib" readme = "README.md" keywords = [ "geometry", "gamedev", "bresenham", "circle", "distance", ] categories = [ "game-engines", "graphics", ] license = "MIT" repository = "https://github.com/thebracket/bracket-lib" resolver = "2" [dependencies.bevy] version = "~0.8" optional = true [dependencies.serde] version = "~1.0.139" features = ["derive"] optional = true [dependencies.specs] version = "~0.18.0" optional = true [dependencies.ultraviolet] version = "~0.9.0" [dev-dependencies.crossterm] version = "~0.25"