# 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 = "pyrite" version = "0.1.8" authors = ["DevTaube"] description = "A highly simplified wrapper for Piston Graphics and sounds using rodio" keywords = ["gamedev", "graphics"] license = "Apache-2.0" repository = "https://github.com/devtaube/pyrite" resolver = "2" [lib] name = "pyrite" path = "src/lib.rs" [dependencies.image] version = "0.24.1" [dependencies.piston] version = "0.53.0" [dependencies.piston2d-graphics] version = "0.42.0" [dependencies.piston2d-opengl_graphics] version = "0.81.0" [dependencies.piston2d-sprite] version = "0.66.0" [dependencies.pistoncore-glutin_window] version = "0.69.0" [dependencies.rodio] version = "0.15.0" [dependencies.winit] version = "0.24.0"