# 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 = "witchcraft-renderer" version = "0.0.3" description = "A renderer for the Witchcraft game engine." license = "Apache-2.0" resolver = "2" [dependencies.anyhow] version = "1.0.56" [dependencies.bytemuck] version = "1.9.1" features = ["derive"] [dependencies.cgmath] version = "0.18.0" [dependencies.image] version = "0.24.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.16" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.wgpu] version = "0.12.0" [dependencies.winit] version = "0.26.1"