# 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" rust-version = "1.74" name = "simple_engine_2d" version = "0.1.1" description = "A very simple 2D engine" readme = "README.md" keywords = [ "gamedev", "graphics", "game", "engine", ] categories = [ "game-engines", "rendering", "graphics", ] license = "MIT OR Apache-2.0" [dependencies.image] version = "0.25.0" optional = true [dependencies.pollster] version = "0.3.0" [dependencies.smallvec] version = "1.13.2" [dependencies.wgpu] version = "0.19.3" [dependencies.winit] version = "0.29.14"