[package] name = "fast3d-wgpu-renderer" version.workspace = true authors.workspace = true edition.workspace = true description = "WGPU renderer for fast3d-rs" homepage = "https://crates.io/crates/fast3d-wgpu-renderer" repository.workspace = true keywords.workspace = true license-file.workspace = true readme.workspace = true [lib] crate-type = ["lib", "cdylib"] [dependencies] bytemuck.workspace = true glam.workspace = true log.workspace = true fast3d.workspace = true rustc-hash.workspace = true wgpu.workspace = true naga.workspace = true fast3d-gbi.workspace = true