# 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 = "pix-win-loop" version = "0.4.0" authors = ["Solar-Falcon"] description = "Windowing (using `winit`), nice input handling and frame-rate-independent game loop all wrapped up in a neat little package. Custom rendering support (`pixels` and `softbuffer` are available out of the box with a flick of a feature)" readme = "README.md" categories = ["rendering::engine"] license = "MIT" repository = "https://github.com/Solar-Falcon/pix-win-loop" [dependencies.pixels] version = "0.13" [dependencies.win-loop] version = "0.3" features = ["rwh_05"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pollster] version = "0.3"