# 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_ui" 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.anyhow] version = "1.0" [dependencies.bevy] version = "0.9" features = [] default-features = false [dependencies.bevy_egui] version = "0.19" [dependencies.egui_extras] version = "0.20" [dependencies.image] version = "0.24" [dependencies.peg] version = "0.8" [dependencies.rectangle-pack] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.unicode-linebreak] version = "0.1"