# 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_sys" version = "0.10.1" description = "Import into your wasm scripts. Use with the bevy_wasm crate." 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.bevy_app] version = "0.10" optional = true [dependencies.bevy_derive] version = "0.10" optional = true [dependencies.bevy_ecs] version = "0.10" optional = true [dependencies.bevy_math] version = "0.10" optional = true [dependencies.bevy_reflect] version = "0.10" optional = true [dependencies.bevy_transform] version = "0.10" features = ["serialize"] optional = true [dependencies.bevy_wasm_shared] version = "0.10" [dependencies.bincode] version = "1.3" [dependencies.serde] version = "1.0" [features] bevy = [ "bevy_app", "bevy_derive", "bevy_ecs", "bevy_math", "bevy_reflect", "bevy_transform", ] default = ["bevy"]