# 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 = "wgs_runtime_wgpu" version = "0.1.2" authors = ["Fralonra "] description = "Wgs format wgpu runtime" homepage = "https://github.com/fralonra/wgs" readme = "README.md" keywords = [ "wgs", "wgsl", "graphics", "creative-coding", ] license = "MIT" repository = "https://github.com/fralonra/wgs" [profile.release] opt-level = "z" lto = true [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "1.0" [dependencies.bytemuck] version = "1.12" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.raw-window-handle] version = "0.5" [dependencies.wgpu] version = "0.17" [dependencies.wgs_core] version = "0.1" [dependencies.wgs_runtime_base] version = "0.1" [dev-dependencies.winit] version = "0.28" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] 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.wasm-timer] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["HtmlCanvasElement"] [target."cfg(target_arch = \"wasm32\")".dependencies.wgpu] version = "0.16" features = ["webgl"]