# 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_follow_path" version = "0.3.0" description = "Provides components and systems that enable entities to follow a path" homepage = "https://github.com/Beliaar/bevy_follow_path" readme = "README.md" license = "MIT" repository = "https://github.com/Beliaar/bevy_follow_path" resolver = "2" [dependencies.bevy] version = "0.8.0" [dependencies.bezier-nd] version = "0.1.4" [dependencies.euclid] version = "0.22.7" [dependencies.geo-nd] version = "0.1.3" [features] debug_draw = []