# 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 = "lf-gfx" version = "0.7.3" include = [ "/Cargo.toml", "/LICENSE", "/README.md", "/src/**", ] description = "A collection of utilities that we use." homepage = "https://github.com/LucentFlux/lf-gfx" readme = "README.md" keywords = [ "gamedev", "graphics", "wgsl", "wgpu", "shader", ] categories = [ "game-development", "graphics", ] license = "MIT" repository = "https://github.com/LucentFlux/lf-gfx" [dependencies.anyhow] version = "1.0" [dependencies.bytemuck] version = "1.12" [dependencies.bytemuck_derive] version = "1.3" [dependencies.flume] version = "0.11" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rustc-hash] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.wgpu] version = "0.19" [dependencies.winit] version = "0.29" features = [ "serde", "rwh_06", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.dialog] version = "0.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.dirs] version = "5.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pollster] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "=0.3.67" features = [ "Window", "Storage", "Element", "Node", "HtmlDialogElement", ] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3"