# 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 = "wimrend" version = "0.1.1" authors = ["Aurimas Blažulionis <0x60@pm.me>"] description = "Wgpu Immediate Mode RENDerer" documentation = "https://docs.rs/wimrend" keywords = [ "wgpu", "renderer", ] categories = [ "rendering", "rendering::engine", "visualization", ] license = "MIT" repository = "https://github.com/h33p/ofps" resolver = "2" [dependencies.anyhow] version = "1" features = ["std"] [dependencies.bytemuck] version = "1" features = ["derive"] [dependencies.image] version = "0.24" [dependencies.log] version = "0.4" [dependencies.nalgebra] version = "0.30" [dependencies.once_cell] version = "1" [dependencies.wgpu] version = "0.13" [dependencies.winit] version = "0.26"