# 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_tiled_camera" version = "0.9.0" authors = ["sark"] description = "A camera for rendering low resolution pixel art in bevy." homepage = "https://github.com/sarkahn/bevy_tiled_camera" readme = "README.md" keywords = [ "bevy", "2d", "camera", "pixels", ] license = "MIT" [dependencies.bevy] version = "0.13" features = [ "bevy_render", "bevy_core_pipeline", ] default_features = false [dependencies.sark_grids] version = "0.5.9" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.bevy] version = "0.13" features = [ "png", "bevy_core_pipeline", "bevy_asset", "bevy_render", "bevy_winit", "bevy_sprite", ] default-features = false [features] dev = ["bevy/dynamic_linking"] [target."cfg(unix)".dev-dependencies.bevy] version = "0.13" features = [ "png", "bevy_core_pipeline", "bevy_asset", "bevy_render", "bevy_winit", "bevy_sprite", "x11", ] default-features = false