# 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" rust-version = "1.57" name = "rend3-types" version = "0.3.0" authors = ["The rend3 Developers"] description = "Type definitions for the rend3 rendering library." readme = "../README.md" keywords = [ "3d", "graphics", "rend3", "renderer", "wgpu", ] categories = [ "game-development", "graphics", "rendering", "rendering::engine", "wasm", ] license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/BVE-Reborn/rend3" resolver = "2" [dependencies.bitflags] version = "1" [dependencies.glam] version = "0.20.0" [dependencies.thiserror] version = "1" [dependencies.wgt] version = "0.12" package = "wgpu-types"