# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bevy_retrograde_epaint" version = "0.2.0" authors = ["Katharos Technology LLC"] description = "Epaint integration for rendering in Bevy Retrograde" documentation = "https://docs.rs/bevy_retrograde" readme = "../../README.md" keywords = ["bevy", "gamedev", "2D", "bevy_retrograde", "pixel-perfect"] categories = ["game-engines", "multimedia", "rendering::engine", "wasm"] license-file = "LICENSE.md" repository = "https://github.com/katharostech/bevy_retrograde" [dependencies.bevy] version = "0.5" features = ["bevy_winit"] default-features = false [dependencies.bevy_retrograde_core] version = "0.2" [dependencies.bevy_retrograde_macros] version = "0.2" [dependencies.epaint] version = "0.13.0"