# 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_landmass" version = "0.7.0" exclude = ["/assets"] description = "A plugin for Bevy to handle navigation of AI characters." readme = "README.md" keywords = [ "navigation", "pathfinding", "avoidance", "landmass", "bevy", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/andriyDev/landmass" [[example]] name = "example" path = "example/main.rs" required-features = ["mesh-utils"] [dependencies.bevy] version = "0.14.0" features = [ "bevy_asset", "bevy_gizmos", ] default-features = false [dependencies.landmass] version = "0.6.0" [dev-dependencies.bevy] version = "0.14.0" [features] default = ["mesh-utils"] mesh-utils = ["bevy/bevy_render"] [lints.clippy] type_complexity = "allow"