# 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 = "2018" name = "bevy_retro_core" version = "0.1.0" authors = ["Jacob LeCoq lecoqjacob@gmail.com"] description = "Pixel-Perfect, 2D Renderer and plugin set for Bevy that Seamlessly Targets Desktop and Web" documentation = "https://docs.rs/bevy_retro" readme = "README.md" keywords = [ "bevy", "gamedev", "2D", "bevy_retro", "pixel-perfect", ] categories = [ "game-engines", "multimedia", "rendering::engine", "wasm", ] license-file = "LICENSE" repository = "https://github.com/katharostech/bevy_retro" resolver = "2" [dependencies.bevy] version = "0.9" features = [] default-features = false [dependencies.dashmap] version = "5" [dependencies.once_cell] version = "1" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["Window"]