# 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_polyline" version = "0.9.1" authors = [ "Foresight Mining Software Corporation", "Jonas Matser", "Aevyrie Roessler", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Polyline Rendering for Bevy" homepage = "https://github.com/ForesightMiningSoftwareCorporation/bevy_polyline" documentation = "https://docs.rs/bevy_polyline" readme = "README.md" keywords = [ "bevy", "gamedev", "polyline", "graphics", ] categories = [ "rendering", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ForesightMiningSoftwareCorporation/bevy_polyline" [lib] name = "bevy_polyline" path = "src/lib.rs" [[example]] name = "depth_bias" path = "examples/depth_bias.rs" [[example]] name = "linestrip" path = "examples/linestrip.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [[example]] name = "nbody" path = "examples/nbody.rs" [[example]] name = "perspective" path = "examples/perspective.rs" [dependencies.bevy] version = "0.13" features = [ "bevy_core_pipeline", "bevy_render", "bevy_asset", ] default-features = false [dependencies.bitflags] version = "2.3" [dev-dependencies.bevy] version = "0.13" features = [ "bevy_winit", "bevy_pbr", "x11", "tonemapping_luts", "ktx2", "zstd", ] default-features = false [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.ringbuffer] version = "0.15"