# 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 = "tear8" version = "0.2.0" authors = ["MS-Code "] description = "Tear8 is a Rust library that enables you to create your own games or fantasy consoles using Winit and Pixels." homepage = "https://github.com/DevMsCode/Tear8/" documentation = "https://github.com/DevMsCode/Tear8/" license = "MIT" repository = "https://github.com/DevMsCode/Tear8/" [dependencies.image] version = "0.24.8" [dependencies.pixels] version = "0.13.0" [dependencies.rodio] version = "0.17.3" [dependencies.winit] version = "0.28.7" [dependencies.winit_input_helper] version = "0.14"