# 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 = "frenderer" version = "0.10.0" authors = ["Joseph C. Osborn "] description = "The friendly WGPU renderer." documentation = "https://docs.rs/frenderer" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/JoeOsborn/frenderer" [dependencies.bytemuck] version = "1.13.1" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.ultraviolet] version = "0.9.2" features = [ "bytemuck", "mint", "serde", ] [dependencies.wgpu] version = "0.19" [dependencies.winit] version = "0.29" optional = true [features] default = ["winit"] webgl = ["wgpu/webgl"] winit = ["dep:winit"] [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.7" [target."cfg(target_arch = \"wasm32\")".dependencies.console_log] version = "1" [target."cfg(target_arch = \"wasm32\")".dependencies.web-time] version = "1.0"