# 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_2d_line" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A line rendering plugin for Bevy" readme = "README.md" keywords = [ "gamedev", "graphics", "bevy", "line-rendering", ] categories = [ "game-development", "graphics", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/piefayth/bevy_2d_line" [package.metadata.docs.rs] features = ["bevy/default"] [lib] name = "bevy_2d_line" path = "src/lib.rs" [[example]] name = "curved_line" path = "examples/curved_line.rs" [[example]] name = "many_moving_lines" path = "examples/many_moving_lines.rs" [[example]] name = "simple_line" path = "examples/simple_line.rs" [dependencies.bevy] version = "0.14" features = [ "bevy_render", "bevy_sprite", ] default-features = false [dev-dependencies.bevy] version = "0.14" features = [ "bevy_render", "bevy_sprite", "x11", ] default-features = false [dev-dependencies.bevy_dev_tools] version = "0.14" [features] default = ["bevy/default"]