# 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_pathmesh" version = "0.6.0" authors = ["François Mockers "] description = "Navmesh plugin for Bevy" homepage = "https://github.com/vleue/bevy_pathmesh" documentation = "https://docs.rs/bevy_pathmesh" readme = "README.md" keywords = [ "pathfinding", "bevy", "navmesh", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/vleue/bevy_pathmesh" [profile.dev.package."*"] opt-level = 3 [dependencies.bevy] version = "0.13" features = [ "bevy_render", "bevy_asset", ] default-features = false [dependencies.itertools] version = "0.12" [dependencies.polyanya] version = "0.5" [dev-dependencies.bevy] version = "0.13" features = [ "bevy_ui", "bevy_text", "bevy_winit", "bevy_core_pipeline", "bevy_scene", "bevy_gltf", "bevy_pbr", "bevy_sprite", "bevy_gizmos", "tonemapping_luts", "ktx2", "zstd", "multi-threaded", ] default-features = false [dev-dependencies.rand] version = "0.8" [features] default = [] linuxci = ["bevy/x11"]