# 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_enum_filter" version = "0.3.0" authors = ["Gino Valente "] exclude = [ "assets/**/*", ".github/**/*", "screenshots/**/*", ] description = "Filter by enum variant in Bevy queries" readme = "README.md" keywords = [ "bevy", "enum", "filter", "variant", "query", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/MrGVSV/bevy_enum_filter" [[example]] name = "filtering" path = "./examples/filtering.rs" [[example]] name = "importing" path = "./examples/importing.rs" [[example]] name = "toggle" path = "./examples/toggle.rs" [dependencies.bevy_app] version = "0.12" default_features = false [dependencies.bevy_ecs] version = "0.12" default_features = false [dependencies.bevy_enum_filter_derive] version = "0.1.0" [dev-dependencies.bevy] version = "0.12"