# 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 = "pixel-handler" version = "0.1.62" 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" [[bin]] name = "simple_render" path = "examples/simple_render.rs" [[bin]] name = "pixel_offscreen" path = "examples/pixel_offscreen.rs" [dependencies.ggez] version = "0.9.3"