# 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 = "seldom_pixel" version = "0.7.0" exclude = ["assets/"] description = "Bevy plugin for limited color palette pixel art games" readme = "README.md" keywords = [ "gamedev", "bevy", "graphics", "gui", "2d", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/Seldom-SE/seldom_pixel" [package.metadata.docs.rs] all-features = true [[example]] name = "line" required-features = ["line"] [[example]] name = "particles" required-features = ["particle"] [[example]] name = "state" required-features = ["state"] [dependencies.bevy] version = "0.14.0" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_render", "bevy_sprite", ] default-features = false [dependencies.bevy_turborand] version = "0.9.0" optional = true [dependencies.line_drawing] version = "1.0" optional = true [dependencies.seldom_map_nav] version = "0.7.0" optional = true [dependencies.seldom_pixel_macros] version = "0.1.0" [dependencies.seldom_state] version = "0.11.0" optional = true [dev-dependencies.bevy] version = "0.14.0" features = ["png"] [dev-dependencies.leafwing-input-manager] version = "0.14.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.seldom_state] version = "0.11.0" features = ["leafwing_input"] [features] line = ["dep:line_drawing"] nav = ["dep:seldom_map_nav"] particle = ["dep:bevy_turborand"] state = ["dep:seldom_state"]