# 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 = "fast3d-wgpu-renderer" version = "0.5.0" authors = ["fast3d-rs developers"] description = "WGPU renderer for fast3d-rs" homepage = "https://crates.io/crates/fast3d-wgpu-renderer" readme = "README.md" keywords = [ "n64", "gbi", "graphics", "rendering", "fast3d", ] license-file = "LICENSE" repository = "https://github.com/retrofoundry/fast3d-rs" resolver = "1" [lib] crate-type = [ "lib", "cdylib", ] [dependencies.bytemuck] version = "1.13.1" features = ["derive"] [dependencies.fast3d] version = "0.5.0" [dependencies.fast3d-gbi] version = "0.5.0" [dependencies.glam] version = "0.24.1" features = [ "approx", "bytemuck", ] [dependencies.log] version = "0.4" [dependencies.naga] version = "0.13" [dependencies.rustc-hash] version = "1.1" [dependencies.wgpu] version = "0.17" features = ["glsl"]