# 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 = "lyon_path_rapier2d_collider" version = "0.2.0" authors = ["PyPylia "] description = "Convert Lyon Paths into Bevy_Rapier2d Colliders." readme = "README.md" keywords = [ "bevy", "rapier", "lyon", "collider", "2d", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/PyPylia/lyon_path_rapier2d_collider" [dependencies.bevy] version = "0.11.2" [dependencies.bevy_rapier2d] version = "0.22.0" [dependencies.lyon_tessellation] version = "1.0.10" [dev-dependencies.bevy_prototype_lyon] version = "0.9.0"