# 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 = "tiny_wgpu" version = "0.1.10" description = "wgpu helper library" homepage = "https://github.com/ccaven/tiny_wgpu" readme = "./README.md" license-file = "./LICENSE.txt" repository = "https://github.com/ccaven/tiny_wgpu" [dependencies.bytemuck] version = "1.15.0" [dependencies.flume] version = "0.11.0" [dependencies.wgpu] version = "0.20.0" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.pollster] version = "0.3.0" [dev-dependencies.winit] version = "0.29.15"