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