# 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 = "gon" version = "0.1.0" authors = ["Brainium Studios LLC"] description = "Easy polygon drawing built on top of lyon." documentation = "https://docs.rs/gon" readme = "README.md" keywords = ["geometry", "math", "mathematics"] categories = ["graphics"] license = "Apache-2.0/MIT" repository = "https://github.com/BrainiumLLC/gon" [dependencies.gee] version = "0.3.0" features = ["euclid"] [dependencies.itertools] version = "0.10.1" [dependencies.lyon_tessellation] version = "0.17.8" [dependencies.thiserror] version = "1.0.26" [features] serde = ["gee/serde"]