# 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 = "kaffee" version = "0.3.0-rc.1" exclude = ["**/*.png"] description = "Small 2D framework" documentation = "https://docs.rs/kaffee" readme = "README.md" keywords = [ "2d", "gamedev", "wgpu", "graphics", ] license = "Apache-2.0" repository = "https://github.com/chickenbreeder/kaffee" [dependencies.bytemuck] version = "1.13.1" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.glam] version = "0.24" features = ["bytemuck"] [dependencies.image] version = "0.24" features = ["png"] default-features = false [dependencies.log] version = "0.4" [dependencies.naga] version = "0.12.2" [dependencies.wgpu] version = "0.16.1" features = ["glsl"] [dependencies.winit] version = "0.28.6" [dev-dependencies.pollster] version = "0.3.0"