# 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 = "tear_gpu" version = "0.1.0" authors = ["MS-Code "] description = "Tear is a Rust library that enables you to create your own fantasy console using winit and pixels." homepage = "https://github.com/DevMsCode/Tear/" documentation = "https://github.com/DevMsCode/Tear/" license = "MIT" repository = "https://github.com/DevMsCode/Tear/" [dependencies.chrono] version = "0.4.31" [dependencies.console] version = "0.15.7" [dependencies.pixels] version = "0.13.0" [dependencies.winit] version = "0.28" [dependencies.winit_input_helper] version = "0.14"