# 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 = "ggez-goodies" version = "0.5.0" authors = ["Simon Heath "] description = "Various small useful add-ons for the ggez game framework" documentation = "https://docs.rs/ggez-goodies" readme = "README.md" license = "MIT" repository = "https://github.com/ggez/ggez-goodies" [profile.dev] opt-level = 1 [dependencies.euclid] version = "0.19" features = ["mint"] [dependencies.ggez] version = "0.5" [dependencies.nalgebra-glm] version = "0.4.0" [dependencies.tiled] version = "0.8" [dev-dependencies.ezing] version = "0.2"