# 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 = "simple-wgpu" version = "0.2.0" authors = ["Tristam MacDonald "] description = "Ergonomic wrapper around wgpu-rs" homepage = "https://github.com/swiftcoder/simple-wgpu" documentation = "https://docs.rs/simple-wgpu" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/swiftcoder/simple-wgpu" [dependencies.uuid] version = "1.3" features = [ "v4", "fast-rng", ] [dependencies.wgpu] version = "0.16" [dev-dependencies.async-executor] version = "1.5" [dev-dependencies.bytemuck] version = "1.13" features = ["derive"] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.futures-intrusive] version = "0.5" [dev-dependencies.glam] version = "0.23" [dev-dependencies.log] version = "0.4" [dev-dependencies.pollster] version = "0.3" [dev-dependencies.wgt] version = "0.16" package = "wgpu-types" [dev-dependencies.winit] version = "0.28"