# 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_prototype_debug_lines" version = "0.12.0" authors = ["Michael Palmos "] exclude = [ "demo.gif", "demo_2.png", "demo_2.webm", ] description = "A prototype plugin providing a simple line drawing API for bevy." homepage = "https://github.com/Toqozz/bevy_debug_lines" readme = "README.md" keywords = [ "debug", "line", "graphics", "bevy", "drawing", ] categories = [ "game-engines", "rendering", "game-development", ] license = "MIT" repository = "https://github.com/Toqozz/bevy_debug_lines" [[example]] name = "3d" required-features = ["example_deps"] [[example]] name = "2d" required-features = ["example_deps_2d"] [[example]] name = "bench" required-features = ["example_deps"] [[example]] name = "depth_test" required-features = ["example_deps"] [[example]] name = "movement" required-features = ["example_deps"] [[example]] name = "shapes_2d" required-features = [ "shapes", "example_deps_2d", ] [[example]] name = "shapes_3d" required-features = [ "shapes", "example_deps", ] [[example]] name = "shapes_bench" required-features = [ "shapes", "example_deps", ] [[example]] name = "sprite" required-features = ["example_deps_2d"] [[example]] name = "toggle_rendering" required-features = ["example_deps"] [dependencies.bevy] version = "0.12" features = [ "bevy_core_pipeline", "bevy_render", "bevy_pbr", "bevy_sprite", "bevy_asset", ] default-features = false [features] 3d = [] default = ["shapes"] example_deps = [ "bevy/bevy_winit", "bevy/bevy_gltf", "bevy/x11", "bevy/tonemapping_luts", "bevy/ktx2", "bevy/zstd", "3d", ] example_deps_2d = [ "bevy/bevy_winit", "bevy/bevy_gltf", "bevy/png", "bevy/x11", ] shapes = []