# 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 = "ewgpu" version = "0.1.0" description = "An easy wrapper for WGPU." readme = "README.md" license = "MIT" license-file = "./LICENSE.MIT" repository = "https://github.com/DoeringChristian/ewgpu/" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.bytemuck] version = "1.4" features = ["derive"] [dependencies.cgmath] version = "0.18" [dependencies.env_logger] version = "0.9" [dependencies.ewgpu_macros] version = "0.1.0" [dependencies.image] version = "0.23" [dependencies.imgui] version = "0.8.2" [dependencies.imgui-wgpu] version = "0.19.0" [dependencies.imgui-winit-support] version = "0.8.2" features = ["winit-26"] default-features = false [dependencies.log] version = "0.4" [dependencies.more-asserts] version = "0.2.2" [dependencies.naga] version = "0.8.5" [dependencies.pollster] version = "0.2" [dependencies.raw-window-handle] version = "0.4.2" [dependencies.shaderc] version = "0.7.4" [dependencies.wgpu] version = "0.12" features = ["glsl", "spirv"] [dependencies.winit] version = "0.26"