# 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 = "wgpu-app-sample" version = "0.17.4" authors = ["nomissbowling "] description = "Rust sample for wgpu-app management Vertex Texture CameraAngle" homepage = "https://crates.io/crates/wgpu-app-sample" documentation = "https://docs.rs/wgpu-app-sample/" readme = "README.md" keywords = [ "wgpu", "vertex", "texture", "3D", "gl", ] categories = [ "graphics", "rendering", "rendering::graphics-api", "multimedia", "multimedia::images", ] license = "MIT" repository = "https://github.com/nomissbowling/wgpu-app-sample" [dependencies.async-executor] version = "1.5" [dependencies.bytemuck] version = "1.14" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.glam] version = "0.24" [dependencies.image] version = "0.24" [dependencies.log] version = "0.4" [dependencies.pollster] version = "0.3" [dependencies.wgpu] version = "0.17" [dependencies.wgpu-app] version = "0.17" [dependencies.winit] version = "0.28"