# 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 = "PixelHandler" version = "1.0.1" authors = ["sw1ndler <@425797455486124032>"] description = "Wrapper for the ggez game engine crate" readme = "README.md" keywords = [ "ggez", "pixel", ] license = "MIT" repository = "https://github.com/Sw1ndlerScripts/PixelHandler" [lib] name = "pixel_handler" path = "src/lib.rs" [dependencies.ggez] version = "0.9.3"