[package] name = "tear8" version = "0.2.0" edition = "2021" authors = ["MS-Code "] description = "Tear8 is a Rust library that enables you to create your own games or fantasy consoles using Winit and Pixels." license = "MIT" documentation = "https://github.com/DevMsCode/Tear8/" homepage = "https://github.com/DevMsCode/Tear8/" repository = "https://github.com/DevMsCode/Tear8/" [dependencies] # For render pixels = "0.13.0" image = "0.24.8" # For windowing & input winit = "0.28.7" winit_input_helper = "0.14" # For Audio rodio = "0.17.3"