# 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_window_resize" version = "0.4.0" description = "Bevy helper crate that makes application canvas match window size." homepage = "https://github.com/Leinnan/bevy_wasm_window_resize" readme = "README.md" keywords = [ "bevy", "wasm", "web", "game", ] categories = ["game-engines"] license = "MIT" repository = "https://github.com/Leinnan/bevy_wasm_window_resize" [dependencies.bevy] version = "0.14" features = ["bevy_winit"] default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["Window"] default-features = false