# 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 = "test_ggez" version = "0.1.1" description = "Screenshot testing for GGEZ Rust games" readme = "README.md" keywords = ["screenshot", "test"] categories = ["development-tools::testing", "games"] license = "Apache-2.0" repository = "https://github.com/naomijub/rust-game-tutorial/tree/main/test_ggez" [dependencies.ggez] version = "0.5" [dependencies.image] version = "0.23.14" [dependencies.png] version = "0.16.8" [dependencies.scrap] version = "0.5.0"