# 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 = "bevy_wasm" version = "0.10.1" description = "Run WASM systems in Bevy" readme = "README.md" keywords = [ "bevy", "wasm", "webassembly", "game", "gamedev", ] categories = [ "wasm", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/BrandonDyer64/bevy_wasm" [dependencies.anyhow] version = "1.0" [dependencies.bevy] version = "0.10" features = ["bevy_asset"] default-features = false [dependencies.bevy_wasm_shared] version = "0.10" [dependencies.bincode] version = "1.3" [dependencies.colored] version = "2.0" [dependencies.serde] version = "1.0" [dependencies.tracing] version = "0.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmtime] version = "5" [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.web-sys] version = "0.3"