# 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_modern_pixel_camera" version = "0.2.0-rc2" authors = [ "drakmaniso ", "Hrafn Orri Hrafnkelsson ", ] build = false exclude = [ "assets/**", ".vscode/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple pixel-perfect camera plugin for Bevy, suitable for pixel-art" readme = "README.md" keywords = [ "bevy", "graphics", "2d", "pixels", "pixel-art", ] categories = [ "graphics", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ironpeak/bevy_modern_pixel_camera" [lib] name = "bevy_modern_pixel_camera" path = "src/lib.rs" [[example]] name = "mire" path = "examples/mire.rs" required-features = [ "bevy/bevy_winit", "bevy/bevy_asset", "bevy/png", ] [dependencies.bevy] version = "0.15.0-rc.2" features = [ "bevy_core_pipeline", "bevy_render", "bevy_sprite", ] default-features = false [dev-dependencies.bevy] version = "0.15.0-rc.2" features = [ "bevy_winit", "bevy_asset", "bevy_state", "png", "multi_threaded", "x11", ] default-features = false [dev-dependencies.rand] version = "0.8"