# 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" rust-version = "1.60" name = "heron_debug" version = "5.0.2" authors = ["Jonathan Cornaz"] description = "Rendering of Heron's collision shapes for debugging purposes" license = "MIT" repository = "https://github.com/jcornaz/heron/" [package.metadata.docs.rs] all-features = true [package.metadata.cargo-udeps.ignore] normal = [ "lyon_path", "bevy_prototype_lyon", ] [dependencies.bevy] version = "0.8.0" features = ["bevy_render"] default-features = false [dependencies.bevy_prototype_debug_lines] version = "0.8.0" optional = true default-features = false [dependencies.bevy_prototype_lyon] version = "0.6.0" optional = true [dependencies.fnv] version = "1.0" [dependencies.heron_core] version = "5.0.2" [dependencies.heron_rapier] version = "5.0.2" [dependencies.lyon_path] version = "0.17.7" optional = true [features] 2d = [ "heron_rapier/2d", "bevy_prototype_lyon", "lyon_path", ] 3d = [ "heron_rapier/3d", "bevy_prototype_debug_lines/3d", ] default = []